mirror of
https://git.sr.ht/~magic_rb/website
synced 2024-11-22 16:14:20 +01:00
15 lines
292 B
HTML
15 lines
292 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
{{:include "head.html"}}
|
||
|
<body>
|
||
|
<div id="organizer">
|
||
|
<div class="sidebar">{{org-html-toc 2 info}}</div>
|
||
|
<div id="content">
|
||
|
{{:include "navbar.html"}}
|
||
|
{{contents}}
|
||
|
</div>
|
||
|
<div class="sidebar"></div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|