This repository has been archived on 2024-08-02. You can view files and clone it, but cannot push or open issues or pull requests.
William Petit 713ca17c62
Some checks reported errors
Pyxis/orion/feature%2Fjsonrpc-next Something is wrong with the build of this commit
Pyxis/orion/pipeline/head Something is wrong with the build of this commit
LaCanne/orion/pipeline/head Something is wrong with the build of this commit
WIP: JSONRPC server refactoring
2019-02-12 10:17:06 +01:00

10 lines
212 B
Cheetah

{{define "menu"}}
<aside class="menu" data-controller="menu">
<p class="menu-label">
Gestion de la flotte
</p>
<ul class="menu-list">
<li><a href="/modules">Modules</a></li>
</ul>
</aside>
{{end}}