fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
1a6f372539f1d824654980dfd9a5906610cb8591
[edumed.git]
/
edumed
/
templates
/
flatpages
/
default.html
1
{% extends "base.html" %}
2
{% load textile_pl from fnp_markup %}
3
4
{% block title %}{{ flatpage.title }}{% endblock %}
5
6
{% block body %}
7
{{ flatpage.content|textile_pl }}
8
{% endblock %}