Initial commit
This commit is contained in:
11
templates/_dashboard/base.html.twig
Normal file
11
templates/_dashboard/base.html.twig
Normal file
@ -0,0 +1,11 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block body %}
|
||||
<div id="main-section-container" class="sp_section_container__horizontal">
|
||||
{#<a href="{{ path('bo_region_index') }}">Regions</a>#}
|
||||
{% include '_dashboard/_menu.html.twig' %}
|
||||
<div class="sp_dashboard__container">
|
||||
{% block page_content %}{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user