{% extends "base.html" %} {% block content %}
{% if metadata.title %}

{{ metadata.title|title|safe }}

{% endif %} {{ content|safe }}
{% endblock %}