{% extends "without-sidebar.html" %} {% block title %}- {{ page.title }}{% endblock title %} {% block body_style %}style="background: url('{{ page.image_background }}') center no-repeat; background-size: cover;"{% endblock %} {% block image_header %} {% if page.image_header %} {% endif %} {% endblock image_header %} {% block page_breadcrumbs %}
  • {{ page.title }}
  • {% endblock page_breadcrumbs %} {% block content %}

    {{ page.portrait_text }}

    {{ page.content }}
    {% endblock content %} {% block pv %} {{ super() }} {{ page.pageview }} {% endblock pv %}