summaryrefslogtreecommitdiff
path: root/project/templates/base_math.xhtml
blob: fb6f429fdeb395f64d91d0e4c699c229cda0b80e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

{%- extends "base.xhtml" -%}



{%- block doctype -%}
<!DOCTYPE html PUBLIC
    "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
    "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
{%- endblock -%}