about summary refs log tree commit diff stats
path: root/app/views/layouts/application.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/application.html.haml')
-rw-r--r--app/views/layouts/application.html.haml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml new file mode 100644 index 0000000..cae8de9 --- /dev/null +++ b/app/views/layouts/application.html.haml
@@ -0,0 +1,13 @@
1!!! 5
2%html
3 %head
4 %title Wittle
5 = csrf_meta_tags
6 = csp_meta_tag
7 = stylesheet_link_tag "application", "data-turbo-track": "reload"
8 = javascript_include_tag "application"
9 %body
10 #wrap
11 %header#banner
12 %h1= link_to "Wittle", root_url
13 = yield