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

Demo - Try it out!

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

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

Enter code and select a language

     ·    

    or enter code below:

   

Loading Python...

{% endblock %}