magcms/templates/sections/full-picture.html

11 lines
414 B
HTML
Raw Normal View History

{{ helpers.copy_image(section.image) }}
<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>