application.html.haml 285 B

123456789101112
  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. -#= stylesheet_pack_tag 'frontend/assets/stylesheets/app'
  10. %body
  11. = yield