Files
pokemongotemplates/web/templates/views/CustomPokemons.gohtml
T
2021-11-01 09:14:39 +01:00

12 lines
266 B
Go Template

{{define "views/CustomPokemons.gohtml"}}
{{template "components/Head.gohtml"}}
{{template "components/Navbar.gohtml" .NavigationLinks}}
<div class="container-xxl pt-5">
<h1>views/CustomPokemons.gohtml</h1>
</div>
{{template "components/Footer.gohtml"}}
{{end}}