about summary refs log tree commit diff stats
path: root/app/views/layouts/wittle/application.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/wittle/application.html.haml')
-rw-r--r--app/views/layouts/wittle/application.html.haml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/layouts/wittle/application.html.haml b/app/views/layouts/wittle/application.html.haml new file mode 100644 index 0000000..945ffc0 --- /dev/null +++ b/app/views/layouts/wittle/application.html.haml
@@ -0,0 +1,9 @@
1!!! 5
2%html
3 %head
4 %title Wittle
5 = csrf_meta_tags
6 = csp_meta_tag
7 = stylesheet_link_tag "wittle/application", media: "all"
8 = javascript_include_tag "wittle/application"
9 %body= yield