[074d3d]: / mne / html_templates / report / code.html.jinja

Download this file

7 lines (6 with data), 172 Bytes

{% extends "section.html.jinja" %}
{% block html_content %}
<pre class="my-0">
  <code class="language-{{ language }}">{{ code }}</code>
</pre>
{% endblock html_content %}