mirror of
https://git.sr.ht/~magic_rb/website
synced 2024-11-22 08:04:21 +01:00
9b2cf353fa
Signed-off-by: Magic_RB <magic_rb@redalder.org>
17 lines
462 B
HTML
17 lines
462 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
{{:include "head.html"}}
|
|
<body>
|
|
{{:include "navbar.html"}}
|
|
<div id="organizer">
|
|
<div class="sidebar">{{org-html-toc 4 info}}</div>
|
|
<div id="content" class="textual">
|
|
{{:if with-title}}<h1>{{title}}</h1>{{:endif}}
|
|
{{:if date}}<div class="post-meta">Published on {{format-time-string "%b %d, %Y" date}}</div>{{:endif}}
|
|
{{contents}}
|
|
</div>
|
|
<div class="sidebar"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|