diff options
Rearranged the project layout
Diffstat (limited to 'includes/page.html')
-rw-r--r-- | includes/page.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/includes/page.html b/includes/page.html new file mode 100644 index 0000000..2439e37 --- /dev/null +++ b/includes/page.html @@ -0,0 +1,9 @@ +---json +{ +"layout": "base" +} +--- +<article> + <h1 @text="title"></h1> + <template @html="content" webc:nokeep /> +</article> |