!!!
%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 'react-bundle'
-#= stylesheet_pack_tag 'react-app/assets/stylesheets/app'
%body
= render "semantic_flash"
= yield