templates/flatpages/default.html @ 532be74eed8f

A few changes in the CSS styles for the site.
author Steve Losh <steve@stevelosh.com>
date Fri, 16 Jan 2009 00:37:54 -0500
parents 5d5a567385bb
children 09b70d37fb65
{% extends "base.html" %}
{% load markup %}

{% block title %}{{ flatpage.title }}{% endblock %}

{% block header %}/ {{ flatpage.title|lower }}{% endblock %}

{% block content %}
	<div id="flatpage-content">
		{{ flatpage.content|markdown }}
	</div>
{% endblock %}