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