project/templates/flatpages/markdown.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 10 Jan 2011 16:37:15 +0530
changeset 375 146fb4874a9c
parent 1 fda1c66b25f9
permissions -rw-r--r--
Fix the Part 3 Video link and remove Part 4 video link since it does not exist.

{% extends "base.html" %}

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

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