You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
396 B

  1. !!! 5
  2. %html{ lang: I18n.locale }
  3. %head
  4. %meta{ charset: 'utf-8' }/
  5. = stylesheet_pack_tag 'common', media: 'all'
  6. = javascript_pack_tag 'common', integrity: true, crossorigin: 'anonymous'
  7. = javascript_pack_tag "locale_#{I18n.locale}", integrity: true, crossorigin: 'anonymous'
  8. = javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous'
  9. %body.embed
  10. = yield