aboutsummaryrefslogtreecommitdiff
path: root/infra/website/old/templates/normal.html
diff options
context:
space:
mode:
Diffstat (limited to 'infra/website/old/templates/normal.html')
-rw-r--r--infra/website/old/templates/normal.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/infra/website/old/templates/normal.html b/infra/website/old/templates/normal.html
new file mode 100644
index 000000000000..4c58b7b52909
--- /dev/null
+++ b/infra/website/old/templates/normal.html
@@ -0,0 +1,18 @@
+{% extends "base.html" %}
+
+{# Define what html head we include #}
+{% block head %}
+ {% with type='base' %}
+ {% include "components/html_head.html" %}
+ {% endwith %}
+{% endblock head %}
+
+{% block wrapped %}
+ {% with type='normal' %} {% include "components/navbar_generator.html" %} {% endwith %}
+ {% include "components/super_gay.html" %}
+
+ <h1 class="normal">{% block title %}{% endblock %}</h1>
+
+ {% block content %}
+ {% endblock %}
+{% endblock %} \ No newline at end of file