Files
gf/net/ghttp/testdata/issue1611/index/layout.html
2022-02-22 21:59:18 +08:00

9 lines
118 B
Go

<!DOCTYPE html>
<html>
<head>
<title>GoFrame Layout</title>
</head>
<body>
{{template "header" .}}
</body>
</html>