project/templates/flatpages/markdown.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 05 Nov 2009 14:25:03 +0530
changeset 14 290f37228707
parent 1 fda1c66b25f9
permissions -rw-r--r--
Made a urls.py fix by adding ^$ to the home url mapper.

{% extends "base.html" %}

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

{% block content %}
{{ flatpage.content|markdown }}
{% endblock %}