{% set _root = _root|default('UserBundle:Notification:') %} {%- block title -%}{%- endblock title -%} {# CSS normalization. #} {%- block stylesheets -%}{%- endblock stylesheets -%}
{# Header #} {%- include _root ~ '/Partial/Header/index.html.twig' with { themeType: theme.type, header: theme.options.header } -%}
{# Summary #} {%- if theme.options.summary != '' -%} {%- endif -%} {# Conclusion #} {%- if theme.options.conclusion != '' -%} {%- endif -%}
{# Footer #} {%- include _root ~ '/Partial/Footer/index.html.twig' -%}