this repo has no description
at workflows 8 lines 200 B view raw
1<extend template="root.shtml"> 2 3<title id="title" :text="$page.title.suffix(' | ', $site.title)"></title> 4 5<main id="main"> 6 <h1 :text="$page.title"></h1> 7 <div :html="$page.content()"></div> 8</main>