{% extends "core/base.html" %} {% load truncate %} {% block body %} {% for element in homepage_elements %}
{% include element.template_path %}
{% endfor %} {% endblock body %} {% block js %} {% endblock %}