{% extends "base.html" %} {% block content %} {% for block in doc.blocks %} {% if block.type == 'text' %} {{ block.value | md | safe }} {% elif block.type == 'image' %} {% endif %} {% endfor %} {% include "partials/footer.html" %} {% endblock %}