{% load static %} {% spaceless %} {# This is ugly, as it'll inject this code for each block, but browsers are smart enough to not load each time. #} {% for key, val in self.items %} {% if key == "language" %} {% endif %} {% if key == "code" %}
                {{ val }}
            
{% endif %} {% endfor %} {% endspaceless %}