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