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