Files
kimai2/app/Resources/views/admin/layout.html.twig
Kevin Papst 579b962c85 first draft
2016-10-20 22:10:41 +02:00

10 lines
314 B
Twig

{#
This is the base template of the all backend pages.
See http://symfony.com/doc/current/book/templating.html#template-inheritance-and-layouts
#}
{% extends 'base.html.twig' %}
{% block header_navigation_links %}
{{ knp_menu_render('admin', {'template': 'menu/admin_menu.html.twig'}) }}
{% endblock %}