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

16 lines 333 B
<!DOCTYPE html> <html lang="en"> <head> {% include "core/htmlHeader.html" %} </head> <body> <rtgl-view bgc="su" w="f" ah="c"> <rtgl-view md-w="100vw" w="768" p="l"> <rtgl-view h="48"></rtgl-view> {{ content }} </rtgl-view> {% include "core/footer.html" %} </rtgl-view> {% include "core/header.html" %} </body> </html>