{% load static %} {% block hero %} {% for item in hero %} {% autoescape off %} {{ item.title }} {{ item.slogan }} {% endautoescape %} {% for btn in item.btns %} {{ btn.title }} {% endfor %} {% endfor %} {% endblock %}