Skip to content

Instantly share code, notes, and snippets.

@nikolalsvk
Created October 26, 2019 18:58
Show Gist options
  • Select an option

  • Save nikolalsvk/64e348f15eca86d4658da8b0d26cdc50 to your computer and use it in GitHub Desktop.

Select an option

Save nikolalsvk/64e348f15eca86d4658da8b0d26cdc50 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Rails6Svelte</title>
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
<%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %>
<%= javascript_pack_tag 'hello_svelte' %>
</head>
<body>
<%= yield %>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment