NDOJ/templates/flatpages/markdown_math.html
2023-05-20 08:54:17 +09:00

9 lines
No EOL
258 B
HTML
Executable file

{% extends "flatpages/markdown.html" %}
{% block body %}
<div class="content-description">{{ flatpage.content|markdown|reference }}</div>
{% endblock %}
{% block bodyend %}
{% if REQUIRE_JAX %}{% include "mathjax-load.html" %}{% endif %}
{% endblock %}