Theming for schedule
This commit is contained in:
parent
cd7a898e66
commit
1cfe5a4190
14 changed files with 232 additions and 5 deletions
|
@ -57,6 +57,10 @@
|
|||
<main role="main">
|
||||
<a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #}
|
||||
|
||||
<div class="layout-content-top">
|
||||
{{ page.content_top }}
|
||||
</div>{# /.layout-content-top #}
|
||||
|
||||
<div class="layout-content">
|
||||
{{ page.content }}
|
||||
</div>{# /.layout-content #}
|
||||
|
|
Reference in a new issue