Files
gf/net/ghttp/testdata/issue1611/index/layout.html

9 lines
118 B
Go
Raw Permalink Normal View History

2022-02-22 21:59:18 +08:00
<!DOCTYPE html>
<html>
<head>
<title>GoFrame Layout</title>
</head>
<body>
{{template "header" .}}
</body>
</html>