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