{% extends "test_templates_base.html" %} {% block content %}{% if var1 %}yes!{% endif %} {% for x in var2 %}{{ var1 }}{% endfor %} {% endblock %}