{% capture site_branding %} {% if site.logo %} {% else %} {{ site.title }} {% endif %} {% endcapture %}
{% if page.title %}

{{ site_branding }}

{% else %}

{{ site_branding }}

{% endif %} {% include header/menu.html %}