application.html.haml 397 B

12345678910111213141516
  1. !!!
  2. %html
  3. %head
  4. %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
  5. %title PokemonTrade
  6. = csrf_meta_tags
  7. = csp_meta_tag
  8. = javascript_pack_tag 'frontend'
  9. -# FIXME: Use this for code splitting
  10. -#= javascript_packs_with_chunks_tag 'frontend'
  11. = stylesheet_link_tag 'application'
  12. -#= stylesheet_pack_tag 'frontend'
  13. %body
  14. = yield