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