fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
initial commit
[edumed.git]
/
edumed
/
templates
/
flatpages
/
default.html
1
{% extends "base.html" %}
2
3
{% block title %}{{ flatpage.title }}{% endblock %}
4
5
{% block body %}
6
{{ flatpage.content }}
7
{% endblock %}