This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
|
!!! 5
|
|
%html{:lang => 'en'}
|
|
%head
|
|
%meta{:charset => 'utf-8'}/
|
|
= stylesheet_link_tag 'application', media: 'all'
|
|
= javascript_include_tag 'application_public', integrity: true, crossorigin: 'anonymous'
|
|
%body.embed
|
|
= yield
|