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.
|
!!! 5
|
|
%html{ lang: I18n.locale }
|
|
%head
|
|
%meta{ charset: 'utf-8' }/
|
|
= stylesheet_pack_tag 'application', media: 'all'
|
|
= javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous'
|
|
%body.embed
|
|
= yield
|