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