mirror of
https://github.com/foolin/goview.git
synced 2025-09-26 19:01:15 +08:00
15 lines
259 B
HTML
15 lines
259 B
HTML
<!-- /views/admin/master.html -->
|
|
<!doctype html>
|
|
|
|
<html>
|
|
<head>
|
|
<title>{{.title}}</title>
|
|
{{template "head" .}}
|
|
</head>
|
|
|
|
<body>
|
|
{{template "content" .}}
|
|
<hr>
|
|
{{include "layouts/footer"}}
|
|
</body>
|
|
</html> |