{% extends 'hero/_common.html' %} {% load static %} {% block hero %} {% for item in hero %} {% if forloop.first %} {% else %} {% endif %} {% autoescape off %} {{ item.title }} {{ item.slogan }} {% endautoescape %} {{ item.btn.title }} {% endfor %} {% endblock %}
{{ item.slogan }}