projets
/
ific.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
legere modif
[ific.git]
/
project
/
templates
/
plan.html
1
{% extends
"base.html"
%}
2
{% load cms_tags menu_tags%}
3
4
{% block Contenu %}
5
6
<!-- PARTIE TEXTE -->
7
<div
class
=
"contenu"
>
8
9
<!-- PARTIE GAUCHE -->
10
<div
class
=
"gauche"
>
11
12
<!-- Fil ariane -->
13
<div
id
=
"filariane"
>
14
{% show_breadcrumb %}
15
</div>
16
17
<h1>
{% page_attribute
"page_title"
%}
</h1>
18
19
<div
class
=
"texte"
>
20
{% block Texte %}
21
{% placeholder Texter%}
22
{% endblock %}
23
24
25
<ul>
26
{% show_menu
0 100 100 100
%}
27
</ul>
28
</div>
29
30
</div>
31
32
{% include
"side.html"
%}
33
34
</div>
35
36
{% endblock %}