{% extends "adminlte/base.html" %} {% import "adminlte/layout.html" as layout with context %} {% import "adminlte/widgets.html" as widgets with context %} {% from "_formhelpers.html" import render_field %} {% block title %}Admin - {{ title }}{% endblock %} {% block description %}{{ block_description }}{% endblock %} {% block navbar %} {% include "navbar.html" %} {%- endblock navbar %} {% block sidebar -%} {% include 'sidebar.html' %} {% include 'sidebar_menu.html' %} {%- endblock sidebar %} {% block content_header -%} {% include 'admin/content_header.html' %} {%- endblock content_header %} {% block content -%}