first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<div class="wrap">
|
||||
<h2>{{ title }}</h2>
|
||||
|
||||
{% for block in blocks %}
|
||||
{% include 'block.twig' with block %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user