diff bns_website/templates/home.html @ 4:2698ff124e87

Created a template tag for displaying a Bootstrap CSS toolbar.
author Brian Neal <bgneal@gmail.com>
date Fri, 28 Oct 2011 21:20:18 -0500
parents 71f2941161e9
children 04991ccaf30c
line wrap: on
line diff
--- a/bns_website/templates/home.html	Fri Oct 28 20:32:29 2011 -0500
+++ b/bns_website/templates/home.html	Fri Oct 28 21:20:18 2011 -0500
@@ -1,5 +1,7 @@
 {% extends 'base.html' %}
+{% load core_tags %}
 {% block title %}Home{% endblock %}
 {% block content %}
+{% navbar 'home' %}
 <h1>Welcome to The Brave New Surf!</h1>
 {% endblock %}