comparison 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
comparison
equal deleted inserted replaced
3:71f2941161e9 4:2698ff124e87
1 {% extends 'base.html' %} 1 {% extends 'base.html' %}
2 {% load core_tags %}
2 {% block title %}Home{% endblock %} 3 {% block title %}Home{% endblock %}
3 {% block content %} 4 {% block content %}
5 {% navbar 'home' %}
4 <h1>Welcome to The Brave New Surf!</h1> 6 <h1>Welcome to The Brave New Surf!</h1>
5 {% endblock %} 7 {% endblock %}