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