{% if not page.image %} {{ page.title }} {% endif %} {% if page.image %} {{ page .title }} {% endif %} {% import 'translations.html' as translations with context %} {{ translations.translations_for(page) }} {{ page.content }} {% if page.modified %} {% endif %}