about summary refs log tree commit diff
path: root/app/views/layouts/embedded.html.haml
blob: fcc474ff60cc8845437ecf93e679a828037160d1 (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_pack_tag 'public', integrity: true, crossorigin: 'anonymous'
  %body.embed
    = yield