From b9d4665a3f050a4a93d2a8f132fd12ae10596af0 Mon Sep 17 00:00:00 2001 From: lhark Date: Fri, 1 Jul 2016 01:46:14 +0200 Subject: [PATCH] Add base template --- templates/base.html | 86 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 templates/base.html diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 00000000..3d5b1331 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,86 @@ +{% load staticfiles %} + +{# Load the tag library #} +{% load bootstrap3 %} + + + + + {# Load CSS and JavaScript #} + {% bootstrap_css %} + + + + {% bootstrap_javascript %} + {% block title %}Re2o{% endblock %} + + + + + +
+
+
+

Link

+

Link

+

Link

+
+
+ {# Display django.contrib.messages as Bootstrap alerts #} + {% bootstrap_messages %} + +
+ + {% block content %}{% endblock %} +
+
+
+

ADS

+
+
+

ADS

+
+
+
+
+ + + + + {# Read the documentation for more information #} + +