{{define "views/Pokemons.gohtml"}} {{template "components/Head.gohtml"}} {{template "components/Navbar.gohtml" .}}
{{range .Data.PokemonMap}} {{ template "components/PokemonCard.gohtml" . }} {{end}}
{{template "components/Footer.gohtml" .Data.SortedPokemons}} {{end}}