NDOJ/templates/flatpages/markdown_math.html

9 lines
287 B
HTML
Raw Normal View History

2020-01-21 06:35:58 +00:00
{% extends "flatpages/markdown.html" %}
{% block body %}
<div class="content-description">{{ flatpage.content|markdown('solution', MATH_ENGINE)|reference }}</div>
{% endblock %}
{% block bodyend %}
{% if REQUIRE_JAX %}{% include "mathjax-load.html" %}{% endif %}
{% endblock %}