This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2016-12-18 06:20:39 -08:00
|
|
|
!!! 5
|
2017-05-07 18:35:25 -07:00
|
|
|
%html{ lang: I18n.locale }
|
2016-12-18 06:20:39 -08:00
|
|
|
%head
|
2017-05-07 18:35:25 -07:00
|
|
|
%meta{ charset: 'utf-8' }/
|
2017-05-18 18:11:17 -07:00
|
|
|
= stylesheet_pack_tag 'application', media: 'all'
|
2017-05-02 17:04:16 -07:00
|
|
|
= javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous'
|
2016-12-18 06:20:39 -08:00
|
|
|
%body.embed
|
|
|
|
= yield
|