mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-25 08:38:06 +01:00
9 lines
197 B
Text
9 lines
197 B
Text
|
!!! 5
|
||
|
%html{:lang => 'en'}
|
||
|
%head
|
||
|
%meta{:charset => 'utf-8'}/
|
||
|
= stylesheet_link_tag 'application', media: 'all'
|
||
|
= javascript_include_tag 'application_public'
|
||
|
%body.embed
|
||
|
= yield
|