Archived
2
0
Fork 0
This repository has been archived on 2024-06-09. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mastodon/app/views/layouts/embedded.html.haml

8 lines
230 B
Text

!!! 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