| 12345678910111213141516 |
- !!!
- %html
- %head
- %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
- %title pokemon.trade
- = javascript_pack_tag 'frontend'
- -# FIXME: Use this for code splitting
- -#= javascript_packs_with_chunks_tag 'frontend'
- = stylesheet_link_tag 'application'
- -#= stylesheet_pack_tag 'frontend'
- %script{:crossorigin => "anonymous", :src => "https://kit.fontawesome.com/589a3d92cd.js"}
- %body
- = yield
|