]> git.datanom.net - wpp.git/blobdiff - app/templates/index.html
Base user framework finished
[wpp.git] / app / templates / index.html
diff --git a/app/templates/index.html b/app/templates/index.html
new file mode 100644 (file)
index 0000000..f3daf8b
--- /dev/null
@@ -0,0 +1,17 @@
+{% extends "base.html" %}
+
+{% block title %}
+{{ title }}
+{% endblock %}
+
+{% block content %}
+    {% include 'menu.html' %}
+    {% include 'flash.html' %}
+
+    <div class="container">
+        <div class="starter-template">
+            <h1>Select a portfolio</h1>
+        </div>
+    </div>
+
+{% endblock %}
This page took 0.028873 seconds and 5 git commands to generate.