{% extends 'base/layout.html' %} {% block content_main_before %}
{% include '../widget/page_alerts.html' %}
{% endblock %} {% block content_main %}
{% include '../widget/not_found_content.html' %}
{% endblock %} {% block body_end %}
{% endblock %}