website/templates/example.html
Magic_RB 2edfef83b3
Multisite start
Signed-off-by: Magic_RB <magic_rb@redalder.org>
2021-05-17 00:20:40 +02:00

27 lines
583 B
HTML

<!doctype html>
<html lang="en">
{{:include "head.html"}}
<body>
{{:include "navbar.html"}}
<div id="organizer">
<div class="sidebar">{{org-html-toc 2 info}}</div>
<div id="content" class="textual">
{{:if with-title}}<h1>{{title}}</h1>{{:endif}}
<pre>
{{magic_rb/source-with-name "example" 'src-block :value}}
</pre>
<pre>
{{magic_rb/source-with-name "command-docker" 'src-block :value}}
</pre>
<pre>
{{magic_rb/source-with-name "command-podman" 'src-block :value}}
</pre>
</div>
<div class="sidebar"></div>
</div>
</body>
</html>