summaryrefslogtreecommitdiff
path: root/blog/templates/blog/code_block.html
blob: f639bc46d5d35d739671adc28214d3f3b0017daf (plain) (blame)
1
2
3
4
5
{% load wagtailcore_tags %}
<section>
{# do not indent the "{{ self.text.}}" code below, or else 'prism' will add that indentation to the first line outputted :-) #}
    <pre><code class="language-{{ self.language }}">{{ self.text }}</code></pre>
</section>