templates/flatpages/default.html @ 8d75ea2ae6de
Goodbye thoughts, youll live on in version control!
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 15 Feb 2009 00:54:05 -0500 |
parents |
09b70d37fb65 |
children |
(none) |
{% extends "base.html" %}
{% load markup %}
{% load typogrify %}
{% block title %}{{ flatpage.title }}{% endblock %}
{% block header %}/ {{ flatpage.title|lower }}{% endblock %}
{% block content %}
<div id="flatpage-content">
{{ flatpage.content|markdown|typogrify }}
</div>
{% endblock %}