| 1234567891011121314 |
- !!!
- %html
- %head
- %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
- %title PokemonTrade
- = csrf_meta_tags
- = csp_meta_tag
- = stylesheet_link_tag 'application', media: 'all'
- -#= javascript_include_tag 'application'
- = javascript_pack_tag 'frontend'
- -#= stylesheet_pack_tag 'frontend/assets/stylesheets/app'
- %body
- = yield
|