]> git.datanom.net - wpp.git/blobdiff - app/templates/base.html
Base user framework finished
[wpp.git] / app / templates / base.html
diff --git a/app/templates/base.html b/app/templates/base.html
new file mode 100644 (file)
index 0000000..29ac058
--- /dev/null
@@ -0,0 +1,12 @@
+{% extends "bootstrap/base.html" %}
+{% import "bootstrap/wtf.html" as wtf %}
+
+{% block styles %}
+{{ super() }}
+<link rel="icon" href="{{url_for('static', filename='favicon.ico')}}" type="image/x-icon" />
+<link rel="stylesheet" href="{{url_for('static', filename='css/font-awesome.min.css')}}">
+<link rel="stylesheet" href="{{url_for('static', filename='css/custom.css')}}">
+{% endblock %}
+
+{% block content %}
+{% endblock %}
This page took 0.028043 seconds and 5 git commands to generate.