{% extends "base.html" %} {% block head %} {% endblock %} {% block banner_header %} {{ super() }}
{% if current.authors %}
Authors
{% endif %}
{% endblock %} {% block banner_content %} {% endblock %} {% block banner_other %} {% endblock %} {% block main %} {# FIXME

Table of Contents

{% for child in current.children %} {% endfor %}
#} {% endblock %} {% block sidebar %}

Article

Title
{{ current.title }}
{% if current.authors %}
Authors
{{ m.names(current.authors) }}
{% endif %} {% if current.doi %}
DOI
{{ m.doi(current.doi) }}
{% endif %}
{% endblock %}