summaryrefslogtreecommitdiff
path: root/project/templates/base_plain.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/base_plain.xhtml')
-rw-r--r--project/templates/base_plain.xhtml13
1 files changed, 13 insertions, 0 deletions
diff --git a/project/templates/base_plain.xhtml b/project/templates/base_plain.xhtml
new file mode 100644
index 0000000..0f26e40
--- /dev/null
+++ b/project/templates/base_plain.xhtml
@@ -0,0 +1,13 @@
+
+{%- extends "base.xhtml" -%}
+
+
+
+{%- block doctype -%}
+<!DOCTYPE html PUBLIC
+ "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+{%- endblock -%}
+
+