{% extends "layout/base.html" %} {% block content %}
{% if nav_items %} {% endif %}

{{ title }}

{% if description %}

{{ description }}

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