show.html.haml 175 B

12345
  1. - content_for :header_tags do
  2. = render_initial_state
  3. = javascript_pack_tag 'share', crossorigin: 'anonymous'
  4. #mastodon-compose{ data: { props: Oj.dump(default_props) } }