{% extends 'webspace/cms/blocks/_block.html' %} {% load wagtailcore_tags %} {% block block_content %}
{% for blog in value.articles %} {% include 'webspace/cms/blocks/common/article.html' with blog=blog.value %} {% endfor %}
{% endblock %}