1
0
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:
Lucas Brown
2019-08-03 15:02:00 -08:00
parent 0344473c1e
commit c76744a897
16 changed files with 981 additions and 5 deletions

View 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}}