projets
/
auf_framonde.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
archives: correction du texte pour Amélie
[auf_framonde.git]
/
project
/
templates
/
page.html
1
{% extends
"base.html"
%}
2
{% load cms_tags%}
3
{% block Contenu %}
4
5
<h6>
{% page_attribute
"page_title"
%}
</h6>
6
{% block Texte %}
7
{% placeholder Texter%}
8
{% endblock %}
9
10
{% endblock %}