diff --git a/templates/doc/frame.html.jinja2 b/templates/doc/frame.html.jinja2 new file mode 100644 index 0000000..33ae656 --- /dev/null +++ b/templates/doc/frame.html.jinja2 @@ -0,0 +1,54 @@ + + + + + + + {% block title %}{% endblock %} + {% block favicon %} + {% if favicon %} + + {% endif %} + {% endblock %} + {% block head %}{% endblock %} + {% filter minify_css | indent %} + {% block style %} + + + {# + The style_pdoc, style_theme, style_layout, and style_content Jinja2 blocks are deprecated and will be + removed in a future release. Custom templates should either provide alternatives for the specific CSS files, + or append their own styles by providing `custom.css` (see examples/custom-template/). + #} + {% block style_pdoc %} + {% block style_theme %}{% endblock %} + {% block style_layout %}{% endblock %} + {% block style_content %}{% endblock %} + {# Use this file in your custom template directory to add additional CSS styling: #} + + {% endblock %} + {% endblock %} + {% endfilter %} + {% if math %}{% include "math.html.jinja2" %}{% endif %} + {% if mermaid %}{% include "mermaid.html.jinja2" %}{% endif %} + + + + + +{% block body %} + + {% block content %}{% endblock %} +{% endblock body %} + +