2015-12-08 09:30:13 +01:00
|
|
|
{{ helpers.copy_image(section.image) }}
|
2016-01-18 00:34:46 +01:00
|
|
|
<section class="full-picture" style="background: transparent url('{{ helpers.get_image_name(section.image) }}') no-repeat scroll center top / cover;">
|
2015-12-09 05:23:40 +01:00
|
|
|
{% if section.text %}
|
|
|
|
<div class="picture-text">
|
|
|
|
<div class="picture-text-column">
|
|
|
|
<h1>{{ section.text.title }}</h1>
|
|
|
|
<h2>{{ section.text.sub_title }}</h2>
|
2015-12-09 05:28:15 +01:00
|
|
|
{% if section.text.date %}<div class="datetime">{{ section.text.date.strftime("%d %B %Y") }}</div>{% endif %}
|
2015-12-09 05:23:40 +01:00
|
|
|
</div>
|
2015-12-08 08:40:51 +01:00
|
|
|
</div>
|
2015-12-09 05:23:40 +01:00
|
|
|
{% endif %}
|
2015-12-08 08:40:51 +01:00
|
|
|
</section>
|