application.html.haml 358 B

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