{% extends "uniweb/base.html" %} {% load wagtailcore_tags %} {% block content %}
{% for block in page.content_landing %} {% include_block block with first=forloop.first block_id=block.id %} {% endfor %}
{% endblock %}