{% extends "layout/base.html" %} {% block content %}
{% include "partial/sidebar.html" %}
{% include "partial/header.html" %} {% set heading = { 'title': title } %} {% include "partial/heading.html" %}
{% include "partial/account/navigation.html" %}
{{ content | safe }}
{% include "partial/footer.html" %}
{% endblock %}