add forms

This commit is contained in:
2019-04-09 18:05:36 +02:00
parent 4346f85d56
commit 5bcef4263e
17 changed files with 281 additions and 46 deletions

View File

@@ -4,11 +4,15 @@
{% block content %}
<div class="gal">
{% if image %}
{% for images in image %}
{{ images }}
{% for feature in page.header.buttons %}
{% set gal = feature.header.a_file %}
<div class="content_gal">
<div class="title">
<h2>{{ feature.text }}</h2>
</div>
<img src="user/pages/01.home/{{gal}}" alt="">
</div>
{% endfor %}
{% endif %}
</div>
<div class="content">