{%- extends 'base.tpl' -%} {% from 'mathjax.tpl' import mathjax %} {% block html_head_css %} {% if resources.theme == 'dark' %} {% else %} {% endif %} {% for css in resources.inlining.css %} {% endfor %} {{ super() }} {{ mathjax() }} {% endblock html_head_css %} {% block body %} {% if resources.theme == 'dark' %} {% else %} {% endif %}

Voila + Gridstack.js demo


{{ super() }}
{% endblock body %} {% block markdowncell scoped %}
{{ super() }}
{% endblock markdowncell %} {% block codecell %} {% if cell.metadata.grid_rows %}
{% else %}
{% endif %}
{{ super() }}
{% endblock codecell %} {% block footer_js %} {{ super() }} {% endblock footer_js %}