This commit is contained in:
Pascal Engélibert 2026-07-27 21:35:40 +02:00
commit fbf3d7640a
8 changed files with 110 additions and 38 deletions

View file

@ -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>