{% block content %}{% endblock %}
{% if myModules %} {% for module in myModules %} {% ifnotequal module ''%} {% with "modules/"|add:module|add:".html" as template%} {% include template %} {% endwith %} {% endifnotequal %} {% endfor %} {% else %} {% endif %}