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 %} +