{% for lineno, content in stack.file_contents.items() %} {% if stack.language == 'python' %} {{ content|safe }} {% else %} {{ content }} {% endif %} {% endfor %}