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-04-20 04:09:31 -07:00
|
|
|
%html{:lang => I18n.locale}
|
2016-12-18 06:20:39 -08:00
|
|
|
%head
|
|
|
|
%meta{:charset => 'utf-8'}/
|
|
|
|
= stylesheet_link_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
|