sitic
Version:
Generate static sites using Markdown and YAML. Straightforward, zero-complexity. Complete toolkit for landing pages, blogs, documentation, admin dashboards, and more.git remote add origin git@github.com:yuusoft-org/sitic.git
28 lines (25 loc) • 847 B
HTML
<html lang="en">
<head>
{% include "core/htmlHeader.html" %}
</head>
<body class="dark">
<rtgl-view bgc="su" w="f" ah="c" h="f">
<rtgl-view d="h" w="f" h="f">
<rtgl-view md-hidden h="100vh">
<rtgl-sidebar title="{{ docs.title | json-escaped }}" items="{{ docs.items | json-escaped }}"></rtgl-sidebar>
</rtgl-view>
<rtgl-view flex="1" ah="c" h="100vh">
<rtgl-view pv="l" md-w="100vw" w="720" ph="xl" sv id="content-container">
<rtgl-text s="h1" mb="m">{{ title }}</rtgl-text>
{{ content }}
<rtgl-view h="50vh"></rtgl-view>
</rtgl-view>
</rtgl-view>
<rtgl-view sv w="256" h="100vh" p="xl" g="l" xl-hidden>
<rtgl-page-outline id="page-outline"></rtgl-page-outline>
</rtgl-view>
</rtgl-view>
</rtgl-view>
</body>
</html>