Mercurial > public > bravenewsurf
view 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 source
{% extends 'base.html' %} {% load core_tags %} {% block title %}Home{% endblock %} {% block content %} {% navbar 'home' %} <h1>Welcome to The Brave New Surf!</h1> {% endblock %}