Files
go_blog/web/themes/skeleton.go

5 lines
119 B
Go
Raw Normal View History

2025-04-01 17:59:10 +08:00
<!-- 示例模板变量 -->
<h1>{{ .Site.Title }}</h1>
{{ range .Posts }}
<article>{{ .Content }}</article>
{{ end }}