project/templates/flatpages/default.html
author Amit Sethi
Tue, 30 Nov 2010 17:51:08 +0530
changeset 320 9414017a5589
parent 1 fda1c66b25f9
permissions -rw-r--r--
Added view for automatic badge generation

{% extends "base.html" %}

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

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