{% if "blog" in page.permalink and page.title %} {{ CONFIG.SITE.TITLE }} | {{ page.permalist|first }} - {{ page.title|capitalize }} {% elif "blog" in page.permalist %} {{ CONFIG.SITE.TITLE }} | blog {% elif page.permalist %} {{ CONFIG.SITE.TITLE }} | {{ page.title|lower }} {% else %} {{ CONFIG.SITE.TITLE }} {% endif %}

{{ CONFIG.SITE.TITLE }}


{% block content %}{% endblock %}