2016-09-24 11:47:51 +00:00
|
|
|
- content_for :header_tags do
|
2017-04-15 00:32:42 +00:00
|
|
|
%script#initial-state{:type => 'application/json'}!= json_escape(render(file: 'home/initial_state', formats: :json))
|
2017-01-09 11:37:15 +00:00
|
|
|
|
2017-04-15 20:48:30 +00:00
|
|
|
= javascript_include_tag 'application', integrity: true, crossorigin: 'anonymous'
|
2016-09-24 11:47:51 +00:00
|
|
|
|
2016-09-19 21:25:59 +00:00
|
|
|
= react_component 'Mastodon', default_props, class: 'app-holder', prerender: false
|