project/templates/flatpages/markdown.html
author Nishanth Amuluru <nishanth@fossee.in>
Fri, 10 Dec 2010 16:05:09 +0530
changeset 358 c09beee32d9b
parent 1 fda1c66b25f9
permissions -rw-r--r--
Updated the tutorial page

{% extends "base.html" %}

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

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