mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 07:49:29 +00:00
12 lines
480 B
Plaintext
12 lines
480 B
Plaintext
- content_for :header_tags do
|
|
%script#initial-state{ type: 'application/json' }!= json_escape(render(file: 'home/initial_state', formats: :json))
|
|
|
|
= javascript_pack_tag "frontends/#{@frontend}", integrity: true, crossorigin: 'anonymous'
|
|
= stylesheet_pack_tag "frontends/#{@frontend}", integrity: true, media: 'all'
|
|
|
|
.app-holder#mastodon{ data: { props: Oj.dump(default_props) } }
|
|
%noscript
|
|
= image_tag asset_pack_path('logo.png')
|
|
%div
|
|
= t('errors.noscript')
|