Title
This commit is contained in:
parent
001a27c694
commit
fbf3d7640a
8 changed files with 110 additions and 38 deletions
|
|
@ -25,7 +25,7 @@ html, body {
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Titre</h1>
|
||||
<h1>Blindforge</h1>
|
||||
</header>
|
||||
<div id="tree">
|
||||
<ul class="tree">
|
||||
|
|
@ -35,8 +35,10 @@ html, body {
|
|||
</ul>
|
||||
</div>
|
||||
<div id="page">
|
||||
<h2>Fichier</h2>
|
||||
<span><a>Root</a> / <a>Dossier</a> / Fichier</span>
|
||||
<h2>{{ title }}</h2>
|
||||
<span>
|
||||
{% for element in path %}/{{ element }}{% endfor %}
|
||||
</span>
|
||||
<div id="content">
|
||||
{{ content|safe }}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue