This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2016-12-18 15:20:39 +01:00
|
|
|
!!! 5
|
2017-04-20 13:09:31 +02:00
|
|
|
%html{:lang => I18n.locale}
|
2016-12-18 15:20:39 +01:00
|
|
|
%head
|
|
|
|
%meta{:charset => 'utf-8'}/
|
|
|
|
= stylesheet_link_tag 'application', media: 'all'
|
2017-04-15 22:48:30 +02:00
|
|
|
= javascript_include_tag 'application_public', integrity: true, crossorigin: 'anonymous'
|
2016-12-18 15:20:39 +01:00
|
|
|
%body.embed
|
|
|
|
= yield
|