project/templates/flatpages/markdown.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 10 Dec 2010 20:30:06 +0530
changeset 363 6c860e686ba3
parent 1 fda1c66b25f9
permissions -rw-r--r--
Added all the images required to the reaching the venue page.

{% extends "base.html" %}

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

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