{% extends 'whyus/_common.html' %} {% load static %} {% block whyus %} {% for item in whyus.minor %} {% autoescape off %} {{ item.title }} {{ item.contents }} {% endautoescape %} {% endfor %} {% endblock %}
{{ item.contents }}