{% if site_cfg %}
{% if site_cfg.custom_banner %}
{% flatcms-plugin plugins banner %}
{% else %}
{% if site_cfg.logo %}
{% endif %}
{% if site_cfg.show_site_in_title %}{{ site_cfg.name }}{% endif %}
{% if page %}
{% if not page.published and user.is_staff %}{%endif%}
{{ page.title }}
{% if not page.published and user.is_staff %}{%endif%}
{%endif%}