aboutsummaryrefslogtreecommitdiff
path: root/views/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/layout.html')
-rw-r--r--views/layout.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/views/layout.html b/views/layout.html
new file mode 100644
index 0000000..c929bc9
--- /dev/null
+++ b/views/layout.html
@@ -0,0 +1,11 @@
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="UTF-8">
5 <title>Webcastor</title>
6 </head>
7 <body>
8 <h1>Webcastor</h1>
9 {{{ yield }}}
10 </body>
11</html> \ No newline at end of file