12 lines
430 B
Text
12 lines
430 B
Text
!!!
|
|
%html
|
|
%head
|
|
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
|
|
%title Sharedlists
|
|
%meta{:content => "width=device-width,initial-scale=1", :name => "viewport"}/
|
|
= csrf_meta_tags
|
|
= csp_meta_tag
|
|
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload'
|
|
= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload'
|
|
%body
|
|
= yield
|