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