project/templates/flatpages/markdown.html
author Amit Sethi
Mon, 29 Nov 2010 23:11:14 +0530
changeset 313 14b5c173b344
parent 1 fda1c66b25f9
permissions -rw-r--r--
Enabling the Accomodation link

{% extends "base.html" %}

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

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