project/templates/flatpages/markdown.html
author Puneeth Chaganti <punchagan@fossee.in>
Fri, 19 Nov 2010 16:19:45 +0530
changeset 286 1c7794b1b55a
parent 1 fda1c66b25f9
permissions -rw-r--r--
Added talk tags for special and invited talks.

{% extends "base.html" %}

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

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