2022-03-25 19:18:58 +01:00
|
|
|
!!!
|
|
|
|
%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
|
2022-04-28 10:03:57 +02:00
|
|
|
= stylesheet_link_tag "application"
|
|
|
|
= javascript_include_tag "application", defer: true
|
2022-03-25 19:18:58 +01:00
|
|
|
%body
|
|
|
|
= yield
|