UNPKG

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

24 lines 699 B
<!DOCTYPE html> <html lang="en"> <head> {% include "core/htmlHeader.html" %} {% include "core/tableOfContentsHeader.html" %} </head> <body> <rtgl-view bgc="su" w="f" ah="c"> <rtgl-view md-w="100vw" w="768" p="l"> <rtgl-view h="72"></rtgl-view> <rtgl-text s="ll"><a href="/hiring/">Back</a></rtgl-text> <rtgl-text s="dm" mt="l">{{ title }}</rtgl-text> <rtgl-view mt="l"> {{ content }} </rtgl-view> </rtgl-view> <rtgl-view pos="fix" cor="right" style="top: 32px" sv w="256" h="100vh" p="xl" g="l" xl-hidden> {% include "core/tableOfContents.html" %} </rtgl-view> {% include "core/footer.html" %} </rtgl-view> {% include "core/header.html" %} </body> </html>