{% include 'partials/logo.html.twig' %}

{{ site.title|e('html') }}

{{theme_config.slogan|raw}}

{% if theme_config.miniposts == true %} {% block miniposts %} {% include 'partials/miniposts.html.twig' %} {% endblock %} {% endif %}

{{theme_config.footer.title}}

{{theme_config.footer.description}}

  • {{theme_config.footer.button_text}}
{% block footer %} {% include 'partials/footer.html.twig' %} {% endblock %}