templates/flatpages/default.html @ a6653f5f6733

Yeah, there are going to be a bunch of tiny commits while I test out this Bird Feeder integration, sorry.
author Steve Losh <steve@stevelosh.com>
date Thu, 15 Jan 2009 20:33:33 -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 %}