diff options
Diffstat (limited to 'build/templates/home.html')
| -rw-r--r-- | build/templates/home.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/build/templates/home.html b/build/templates/home.html new file mode 100644 index 0000000..e0b7521 --- /dev/null +++ b/build/templates/home.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + {{> head.html}} + <title>ubergeek</title> + </head> + <body> + {{> header.html}} + <main>{{{CONTENT}}}</main> + {{> footer.html}} + </body> +</html> |
