project/templates/flatpages/markdown.html
author primal primal007@gmail.com
Wed, 14 Sep 2011 15:15:04 +0530
branch2011
changeset 395 85bbea53523f
parent 1 fda1c66b25f9
permissions -rw-r--r--
Accomodation days reduced down to 4

{% extends "base.html" %}

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

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