You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-08-08 22:36:41 +02:00
Add new pages for website when not authenicated for saas app.
This commit is contained in:
22
cmd/web-app/templates/content/site-api.gohtml
Normal file
22
cmd/web-app/templates/content/site-api.gohtml
Normal file
@ -0,0 +1,22 @@
|
||||
{{define "title"}}API{{end}}
|
||||
{{define "style"}}
|
||||
|
||||
{{end}}
|
||||
{{ define "content" }}
|
||||
<div class="container" id="page-content">
|
||||
|
||||
|
||||
<h1 class="h1 mt-5 mb-3 text-dark">API</h1>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
{{end}}
|
||||
{{define "js"}}
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
|
||||
});
|
||||
</script>
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user