{% extends 'html.twig' %} {% set master_title = (header_title is defined ? (header_title ~ ' // ') : '') ~ 'flash.moe' %} {% set master_navigation = master_navigation|default(globals.siteInfo.headerNavigation) %} {% set master_copyright = master_copyright|default('flashwave 2010-%04d'|format('now'|date('Y'))) %} {% set master_breadcrumbs = master_breadcrumbs|default([]) %} {% block master_head %} {% endblock %} {% block master_footer %} {% endblock %} {% set master_print_footer_in_body = block('column_right') is not defined %} {% block master_body %}
{% block wrapper %}
{% set column_left = (block('column_left') is defined ? block('column_left') : '') %} {% if column_left|trim is not empty %}
{{ column_left|raw }}
{% endif %} {% set column_right = (block('column_right') is defined ? block('column_right') : '') %} {% if column_right|trim is not empty %}
{{ column_right|raw }} {% if not master_print_footer_in_body %} {{ block('master_footer') }} {% endif %}
{% endif %}
{% block column_centre %} centre column {% endblock %}
{% endblock %}
{% if master_print_footer_in_body %} {{ block('master_footer') }} {% else %} {% endif %} {% endblock %}