first draft
This commit is contained in:
9
app/Resources/views/admin/layout.html.twig
Normal file
9
app/Resources/views/admin/layout.html.twig
Normal file
@@ -0,0 +1,9 @@
|
||||
{#
|
||||
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 %}
|
||||
Reference in New Issue
Block a user