project/templates/flatpages/markdown.html
author primal primal007@gmail.com
Tue, 06 Dec 2011 10:20:43 +0530
branch2011
changeset 512 d41189cf344d
parent 1 fda1c66b25f9
permissions -rw-r--r--
day 2 first talk

{% extends "base.html" %}

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

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