add forms
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user