index.html.haml 295 B

123456
  1. - content_for :header_tags do
  2. %script#initial-state{ type: 'application/json' }!= json_escape(render(file: 'home/initial_state', formats: :json))
  3. = javascript_pack_tag 'application', integrity: true, crossorigin: 'anonymous'
  4. .app-holder#mastodon{ data: { props: Oj.dump(default_props) } }