collage of images for title

This commit is contained in:
Trilarion
2020-11-11 17:01:26 +01:00
parent 7e2569b9e2
commit 967a98eed0
14 changed files with 231 additions and 34 deletions

View File

@ -3,6 +3,9 @@
<section class="section">
<div class="container">
<h1 class="title">{{ listing['title'] }}</h1>
{%- if 'subtitle' in listing -%}
<h2 class="subtitle">{{ macros.render_element(listing['subtitle']) }}</h2>
{%- endif -%}
{# iterate over items -#}
{% for item in listing['items'] %}
<div class="box">