{% block intro %} {% include 'partials/sidebar-bits/intro.html.twig' %} {% endblock %} {% block miniposts %} {% include 'partials/sidebar-bits/miniposts.html.twig' %} {% endblock %} {% block latest %} {% include 'partials/sidebar-bits/recentposts.html.twig' %} {% endblock %} {% block footer %} {% if theme_config.footer.title or theme_config.footer.description %}

{{theme_config.footer.title}}

{{theme_config.footer.description}}

  • {{theme_config.footer.button_text}}
{% endif %} {% include 'partials/sidebar-bits/footer.html.twig' %} {% endblock %}