{% extends 'hero/_common.html' %} {% load static %} {% block hero %} {% autoescape off %} {{ hero.title }} {{ hero.slogan }} {% endautoescape %} {{ hero.btn.title }} {% endblock %}