init
This commit is contained in:
commit
4d1663e588
12 changed files with 341 additions and 0 deletions
12
examples/quickstart/layouts/alt.html
Normal file
12
examples/quickstart/layouts/alt.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html public "alt layout">
|
||||
<title>%%TITLE%% | alt layout</title>
|
||||
<style>
|
||||
body {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<nav>alt layout!!!</nav>
|
||||
<main>%%CONTENT%%</main>
|
||||
</body>
|
6
examples/quickstart/layouts/default.html
Normal file
6
examples/quickstart/layouts/default.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<!DOCTYPE html public "default layout">
|
||||
<title>%%TITLE%% | default layout</title>
|
||||
<body>
|
||||
<nav>default layout!!!</nav>
|
||||
<main>%%CONTENT%%</main>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue