2015-12-08 09:30:13 +01:00
|
|
|
{{ helpers.copy_image(section.image) }}
|
2015-12-08 08:40:51 +01:00
|
|
|
<section class="full-picture" style="background: transparent url('{{ section.image }}') no-repeat scroll center top / cover;">
|
|
|
|
<div class="picture-text">
|
|
|
|
<div class="picture-text-column">
|
|
|
|
<h1>Some title on the picture</h1>
|
|
|
|
<h2>Some subtitle</h2>
|
|
|
|
<div class="datetime">march 3th 2015</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|