{% block stylesheets %} {{ assets.css() }} {% endblock %} {% block navbar %} {% include 'template/navbar.j2.html' %} {% endblock %}
{% block sidebar %} {% include 'template/sidebar.j2.html' %} {% endblock %}
{% block flash %} {% if $l.hasFlash() %} {% for flash in $l.getFlashs() %}
{% if flash.type == 'success' %} {% elif flash.type == 'info' %} {% elif flash.type == 'warning' %} {% else %} {% endif %} {{ flash.text }}
{% endfor %} {% endif %} {% endblock %} {% block content %} {% endblock %}
{% block footer %} {% include 'template/footer.j2.html' %} {% endblock %} {% block script %}{% endblock %}