mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07: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
|