{% import "macros.html" as macros %} {% if page.title %} {{page.title}} {% else %} {{config.title}} {% endif %} {% block feed %} {% if config.generate_feed %} {% endif %} {% endblock feed %} {% block header %} {% endblock header %} {% block title %}

{{config.title}}

{{config.extra.home_subtitle}}

{{macros::render_social_icons()}}
{% endblock title %} {% block main %} {% endblock main %}
{% block footer %} {% endblock footer %}
{% if config.extra.highlightjs.enable %} {% if config.extra.highlightjs.clipboard %} {% endif %} {% endif %} {% if not config.extra.highlightjs.enable %} {% endif %} {% block js_footer %} {% endblock js_footer %} {% if config.extra.google_analytics.enable %} {% endif %}