{% extends "layout.html" %} {% set sidebars = sidebars + ["demo_sidebar.html"] %} {% block extrahead %} {{ super() }} {% endblock %} {% block htmltitle %}Demo{{ titlesuffix }}{% endblock %} {% block body %} {{ body }}

Try out Pygments!

The highlighting here is performed in-browser using a WebAssembly translation of the latest Pygments master branch, courtesy of Pyodide.

Your content is neither sent over the web nor stored anywhere.

{% endblock %}