feat(custom): better style and navbar
This commit is contained in:
parent
e379601ec1
commit
9b6819f25f
2 changed files with 18 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
|||
{{define "body"}}
|
||||
<main class="custom-page" style="{{ .GetBackground }}">
|
||||
<h2>{{ .Title }}</h2>
|
||||
<div class="header">
|
||||
<h2>{{ .Title }}</h2>
|
||||
<nav>
|
||||
<a href="/">Home</a>
|
||||
</nav>
|
||||
</div>
|
||||
{{ range $content := .Content }}
|
||||
{{ .Get }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue