about summary refs log tree commit diff
path: root/app/views/layouts/embedded.html.haml
blob: 596f3c36ee96d2c699e8b7af93c2c7bb4916fe15 (plain) (blame)
1
2
3
4
5
6
7
8
!!! 5
%html{:lang => I18n.locale}
  %head
    %meta{:charset => 'utf-8'}/
    = stylesheet_link_tag 'application', media: 'all'
    = javascript_include_tag 'application_public', integrity: true, crossorigin: 'anonymous'
  %body.embed
    = yield