about summary refs log tree commit diff
path: root/app/views/home/index.html.haml
blob: 5b6f5b855264bbd22c83ab8b0a74437a9587643d (plain) (blame)
1
2
3
4
5
6
- content_for :header_tags do
  %script#initial-state{:type => 'application/json'}!= json_escape(render(file: 'home/initial_state', formats: :json))

  = javascript_include_tag 'application', integrity: true

= react_component 'Mastodon', default_props, class: 'app-holder', prerender: false