{% extends "base.html" %}
{% block content %}
{% for block in blocks %}
{% include "blocks/" + block.type + ".html" %}
{% endfor %}
{% endblock %}