diff --git a/templates/sections/full-picture.html b/templates/sections/full-picture.html index ea2dd6d..9fc4707 100644 --- a/templates/sections/full-picture.html +++ b/templates/sections/full-picture.html @@ -1,10 +1,12 @@ {{ helpers.copy_image(section.image) }} - - - Some title on the picture - Some subtitle - march 3th 2015 + {% if section.text %} + + + {{ section.text.title }} + {{ section.text.sub_title }} + {{ section.text.date }} + - + {% endif %}