{% extends "base.html" %} {% macro format_authors(authors) %} {% for author in authors %} {{ author.format_name }} {% if not loop.last %} , {% endif %} {% endfor %} {% endmacro %} {% block title %} Knowledge Repo {% endblock %} {% block content %}