{% extends "base.html" %} {% block content %} {% if metadata.show_title %} {% include "title.html" %} {% if metadata.date %}
{% endif %} {% endif %} {% if is_post %} {% include "post_nav.html" %} {% endif %}
{{ content | safe }}
{% endblock %}