mirror of
https://github.com/go-eagle/eagle.git
synced 2025-10-29 19:51:45 +08:00
14 lines
171 B
HTML
14 lines
171 B
HTML
{{ define "css"}}
|
|
<style type="text/css">
|
|
/*body {background: #e5e5e5;}*/
|
|
</style>
|
|
{{ end }}
|
|
|
|
{{define "content"}}
|
|
|
|
hello world
|
|
|
|
{{end}}
|
|
|
|
{{ define "js"}}
|
|
{{ end }} |