From b66b1c5af20df7d5267e48c660ba1aa64b30d806 Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells Date: Tue, 15 Aug 2017 15:52:27 -0400 Subject: [PATCH] Add a Bootstrap-based starter template. --- core/templates/core/base.html | 42 +++++++++++++++++++++++++++++++--- core/templates/core/index.html | 2 +- 2 files changed, 40 insertions(+), 4 deletions(-) diff --git a/core/templates/core/base.html b/core/templates/core/base.html index c925c89b..917e18ab 100644 --- a/core/templates/core/base.html +++ b/core/templates/core/base.html @@ -1,10 +1,46 @@ - + + {% block title %}{% endblock %} | Baby Blotter + - -{% block content %}{% endblock %} + + + +
+ {% block content %}{% endblock %} +
\ No newline at end of file diff --git a/core/templates/core/index.html b/core/templates/core/index.html index a734bfa5..68f957f3 100644 --- a/core/templates/core/index.html +++ b/core/templates/core/index.html @@ -2,4 +2,4 @@ {% block title %}Welcome!{% endblock %} -{% block content %}Welcome!{% endblock %} \ No newline at end of file +{% block content %}

Hello!

{% endblock %} \ No newline at end of file