go1.16 and embed
This commit is contained in:
parent
f0add04396
commit
8e7bcfc21b
37 changed files with 98 additions and 1134 deletions
7
pkg/server/templates/ise.html
Normal file
7
pkg/server/templates/ise.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{{define "body"}}
|
||||
<div class="alert alert-danger msg">
|
||||
<h4>Error!</h4>
|
||||
<p>{{.Data}}</p>
|
||||
</div>
|
||||
<a href="{{.Path}}" class="btn btn-sm btn-primary">Back</a>
|
||||
{{end}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue