summaryrefslogtreecommitdiff
path: root/project/templates/base.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/base.xhtml')
-rw-r--r--project/templates/base.xhtml6
1 files changed, 2 insertions, 4 deletions
diff --git a/project/templates/base.xhtml b/project/templates/base.xhtml
index a05e26b..4258f12 100644
--- a/project/templates/base.xhtml
+++ b/project/templates/base.xhtml
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!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">
+{% block doctype -%}
+{%- endblock %}
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{% block title %}{% endblock %}</title>