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

17 lines (16 loc) 352 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" lg-w="768" w="1024" p="l"> <rtgl-view h="48"></rtgl-view> {{ content }} </rtgl-view> {% include "core/footer.html" %} </rtgl-view> {% include "core/header.html" %} </body> </html>