haml
This commit is contained in:
12
app/views/layouts/application.html.haml
Normal file
12
app/views/layouts/application.html.haml
Normal file
@ -0,0 +1,12 @@
|
||||
!!!
|
||||
%html
|
||||
%head
|
||||
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
|
||||
%title Gateway
|
||||
%meta{:content => "width=device-width,initial-scale=1", :name => "viewport"}/
|
||||
= csrf_meta_tags
|
||||
= csp_meta_tag
|
||||
= stylesheet_link_tag "application", "data-turbo-track": "reload"
|
||||
= javascript_importmap_tags
|
||||
%body
|
||||
= yield
|
Reference in New Issue
Block a user