summaryrefslogtreecommitdiff
path: root/doc/_templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/_templates/layout.html')
-rw-r--r--doc/_templates/layout.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
deleted file mode 100644
index a9872a37..00000000
--- a/doc/_templates/layout.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{% extends "!layout.html" %}
-
-{% block content %}
- {% include "dev_banner.html" %}
- {{ super() }}
-{% endblock %}