ruby-x.github.io/app/views/layouts/application.html.haml

12 lines
355 B
Plaintext
Raw Normal View History

2018-04-10 17:39:03 +02:00
!!!
%html
%head
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
%title RubyxWebpage
= csrf_meta_tags
= csp_meta_tag
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload'
= javascript_include_tag 'application', 'data-turbolinks-track': 'reload'
%body
= yield