Files
eagle/internal/templates/index.html
2020-10-02 22:31:44 +08:00

14 lines
171 B
HTML

{{ define "css"}}
<style type="text/css">
/*body {background: #e5e5e5;}*/
</style>
{{ end }}
{{define "content"}}
hello world
{{end}}
{{ define "js"}}
{{ end }}