project/templates/flatpages/markdown.html
author Parth buch <parth.buch.115@gmail.com>
Thu, 08 Sep 2011 16:41:31 +0530 (2011-09-08)
branch2011
changeset 382 0c66659b4807
parent 1 fda1c66b25f9
permissions -rw-r--r--
changed the admin url to django version 1.3
{% extends "base.html" %}

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

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