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
/
submenu.html
1
{% extends
"base.html"
%}
2
{% load menu_tags cache cms_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
<ul>
25
{% show_sub_menu
1
%}
26
</ul>
27
</div>
28
29
</div>
30
31
{% include
"side.html"
%}
32
33
</div>
34
35
{% endblock %}