{% block blog_content %}
{% for post in recent_posts %} {% include "buttercms_post_list_entry.html" with post=post %}
{% endfor %}
{% endblock %}