{% block head %} {{title}} {% endblock %} {% set navigation_bar = [ (url('home'), 'home', 'Home'), (url('clients'), 'clients', 'Clients'), (url('users'), 'users', 'Users'), (url('system'), 'system', 'System'), ] -%} {% set active_menu = active_menu|default('home') -%}
{% if alert %} {% endif %} {% block content%}

{{title}}

{% endblock %}
,