{# Use the base page template #} {% extends 'layouts/base.twig' %} {# Add Classes to Content Container #} {% block container_class %} s-build-better {% endblock %} {# # Simple way to remove bottom spacing # If bottom_spacing exists, then remove # bottom u-spacer--both #} {% set bottom_spacing = 'none' %} {% block content %}
{% embed 'partials/landing.twig' %} {% block landing_extra %} {# Category Navigation Menu #} {% endblock %} {% endembed %}
{% for i in 1..5 %} {% include 'partials/article.twig' with {'article': post.section_blog.article} %} {% endfor %}
{% include 'partials/contact-footer.twig' %}
{% endblock content %}