{%- set title_tail = " ~ " ~ config.title %} {%- if page.title %} {%- set title = page.title ~ title_tail %} {%- elif section.title %} {%- set title = section.title ~ title_tail %} {%- else %} {%- set title = config.title %} {%- endif %} {{ title }} {% block extra_head %}{% endblock %} {% block content %}{% endblock %}