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.

11 lines
413 B

7 years ago
  1. !!! 5
  2. %html{ lang: I18n.locale }
  3. %head
  4. %meta{ charset: 'utf-8' }/
  5. %meta{ name: 'robots', content: 'noindex' }/
  6. = javascript_pack_tag "locales", integrity: true, crossorigin: 'anonymous'
  7. = javascript_pack_tag "locale_#{I18n.locale}", integrity: true, crossorigin: 'anonymous'
  8. = render partial: 'layouts/theme', object: @core
  9. = render partial: 'layouts/theme', object: @theme
  10. = yield