fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add dependency: django-extensions
[edumed.git]
/
edumed
/
templates
/
flatpages
/
mil.html
1
{% extends "base_mil.html" %}
2
{% load textile_pl from fnp_markup %}
3
4
{% block title %}{{ flatpage.title }}{% endblock %}
5
6
{% block body %}
7
<div id="main-bar" class="flatpage">
8
{{ flatpage.content|textile_pl }}
9
</div>
10
{% endblock %}