created materio_sapi module and draft of search form block

This commit is contained in:
2019-05-28 17:56:34 +02:00
parent 42fc4e290e
commit ddd80ec288
29 changed files with 256 additions and 46 deletions

View File

@@ -66,6 +66,12 @@
</aside>
{% endif %}
{% if page.content_top %}
<div class="content-top">
{{ page.content_top }}
</div>
{% endif %}
<div id="main-content">
{{ page.content|without('messages') }}
</div>{# /.layout-content #}