Toggle navigation
Blog home
{% block blog_content %}
{% for post in recent_posts %} {% include "buttercms_post_list_entry.html" with post=post %}
{% endfor %}
{% if next_page %}
← Older Posts
{% endif %} {% if previous_page %}
Newer Posts →
{% endif %}
{% endblock %}