{% extends "base.html" %} {% block indextitle %}{% endblock %} {% block content %}
{% include "metadata.html" %}
{{ article.content }}
{% endblock %}