]> git.datanom.net - wpp.git/blobdiff - app/templates/admin.html
test access
[wpp.git] / app / templates / admin.html
diff --git a/app/templates/admin.html b/app/templates/admin.html
new file mode 100644 (file)
index 0000000..22331e2
--- /dev/null
@@ -0,0 +1,13 @@
+{% extends "base.html" %}
+
+{% block title %}
+{{ title }}
+{% endblock %}
+
+{% block content %}
+    {% include 'menu.html' %}
+    {% include 'flash.html' %}
+    <div class="container">
+        <h1 class="center">{{ title }}</h1>
+    </div> <!-- /container -->
+{% endblock %}
This page took 0.029385 seconds and 5 git commands to generate.