{% extends "base.html" %} {% block page_title %}{{ doc.title }}{% endblock %} {% block content %}
[Index page]

{{ doc.title }}

{{ doc.description }}
{{ doc.date }} / {{ doc.location }}
{% if doc.html.toc_html %}
{{ doc.html.toc_html }}
{% endif %} {{ doc.html }}
{% endblock content %}