From 6858bba4f004cd5c5df250df09c4c76677b884e1 Mon Sep 17 00:00:00 2001 From: Josh Manders Date: Mon, 12 Aug 2024 13:19:06 -0500 Subject: [PATCH] add maizzle example templates --- resources/maizzle/layouts/main.html | 41 ++++++++++++++++++++++++ resources/maizzle/templates/example.html | 9 ++++++ 2 files changed, 50 insertions(+) create mode 100644 resources/maizzle/layouts/main.html create mode 100644 resources/maizzle/templates/example.html diff --git a/resources/maizzle/layouts/main.html b/resources/maizzle/layouts/main.html new file mode 100644 index 0000000..f2b5320 --- /dev/null +++ b/resources/maizzle/layouts/main.html @@ -0,0 +1,41 @@ + + + + + + + + + + + + {{{ page.title }}} + + + + + + + + +
+ +
+ + \ No newline at end of file diff --git a/resources/maizzle/templates/example.html b/resources/maizzle/templates/example.html new file mode 100644 index 0000000..5c31f8a --- /dev/null +++ b/resources/maizzle/templates/example.html @@ -0,0 +1,9 @@ +--- +title: Example +preheader: This is a preheader +bodyClass: bg-zinc-50 dark:bg-zinc-900 +--- + + +

Hello World

+