added titles
This commit is contained in:
parent
1daccd802f
commit
1aff350e02
5 changed files with 20 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
{{define "title"}}
|
||||
GoWatch Error
|
||||
{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
<h1>Something went wrong, try again.</h1>
|
||||
{{end}}
|
4
templates/cache/view.html
vendored
4
templates/cache/view.html
vendored
|
@ -1,3 +1,7 @@
|
|||
{{define "title"}}
|
||||
GoWatch URL Cache
|
||||
{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
{{ range $url, $content := . }}
|
||||
<div class="card text-center">
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{{define "title"}}
|
||||
GoWatch
|
||||
{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
<table class="table table-striped table-hover">
|
||||
<thead class="table-dark">
|
||||
|
|
|
@ -11,6 +11,10 @@
|
|||
|
||||
{{ end }}
|
||||
|
||||
{{define "title"}}
|
||||
GoWatch Edit {{ .Watch.Name }}
|
||||
{{end}}
|
||||
|
||||
{{ define "left" }}
|
||||
<table>
|
||||
<tr>
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{{define "title"}}
|
||||
GoWatch {{ .Watch.Name }}
|
||||
{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
{{ if .error }}
|
||||
Could not find entry
|
||||
|
|
Loading…
Add table
Reference in a new issue