{% extends "base.html" %} {% block content %}

{{ metadata.title }}

{% if metadata.date %}
{% endif %}
{{ content | safe }}
{% endblock %}