2021-02-25 19:56:21 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
{{:include "head.html"}}
|
|
|
|
<body>
|
2021-04-05 00:23:45 +02:00
|
|
|
{{:include "navbar.html"}}
|
2021-03-04 17:22:33 +01:00
|
|
|
<div id="organizer">
|
|
|
|
<div class="sidebar">{{org-html-toc 2 info}}</div>
|
2021-04-20 00:02:40 +02:00
|
|
|
<div id="content" class="textual">
|
2021-03-04 17:22:33 +01:00
|
|
|
{{: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}}
|
2021-02-25 19:56:21 +01:00
|
|
|
</div>
|
2021-03-04 17:22:33 +01:00
|
|
|
<div class="sidebar"></div>
|
2021-02-25 19:56:21 +01:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|