projets
/
auf_framonde.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
archives: correction du texte pour Amélie
[auf_framonde.git]
/
project
/
templates
/
page.html
Commit
Line
Data
01b54c21
MN
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 %}