{% extends "base.html" %} {% block content %}
{% for section in sections %} {% include "partials/section.html" %} {% endfor %} {% include "partials/target_card.html" %}
{% endblock %}