Files
go_blog/web/themes/skeleton.go
2025-04-01 17:59:10 +08:00

5 lines
119 B
Go

<!-- 示例模板变量 -->
<h1>{{ .Site.Title }}</h1>
{{ range .Posts }}
<article>{{ .Content }}</article>
{{ end }}