{% extends 'base/layout.html' %} {% block content_header %} {% include 'widget/header.html' %} {% endblock %} {% block content_main_before %} {% include '../widget/page_alerts.html' %} {% endblock %} {% block content_main %}
{% include '../widget/not_found_content.html' %}
{# /.col- #}
{% endblock %} {% block body_end %}
{% endblock %}