First try
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{{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}}
|
||||
Reference in New Issue
Block a user