{% if page and page.is_homepage %}

{{ config.site_name }}

{% else %} {% if page and page.title.startswith("_") %}

{{ page.title | replace("_", "") }}

{% else %}

{{ page.title }}

{% endif %} {% endif %}
{% if page and page.meta.abstract %}

{{ page.meta.abstract[0] }}

{% endif %} {% if page.toc and page.toc|list|length > 0 and not page.meta.hide_toc %} {% endif %} {% block content %} {{ page.content }} {% endblock %}