{% import "Shaft/macros/html.html" as html with context %} {% import "Shaft/macros/nav.html" as nav with context %} {% import "Shaft/macros/forms.html" as forms with context %} {% import "Shaft/macros/widget.html" as widget with context %} {% set wide_view = false %} {% set show_menus = true %} {% set require_auth = false %} {% if __.__AUTH_ENABLED__ and current_user and not current_user.is_authenticated %} {% set wide_view = true %} {% set show_menus = false %} {% set require_auth = true %} {% endif %}
{{ html.header("%title% | " + __.APPLICATION_NAME) }} {{ html.favicon("favicon.ico") }} {{ html.global_assets() }} {{ html.fontawesome() }} {{ html.bootswatch_theme(__.MAMBO_ADMIN_THEME) }} {{ html.css_asset("shaft-admin.css") }} {{ html.js_asset("shaft-admin.js") }} {{ nav.top_nav(brand=__.MAMBO_ADMIN_BRAND, url="/") }}