add routers themes
This commit is contained in:
5
web/themes/skeleton.tmpl
Normal file
5
web/themes/skeleton.tmpl
Normal file
@@ -0,0 +1,5 @@
|
||||
<!-- 示例模板变量 -->
|
||||
<h1>{{ .Site.Title }}</h1>
|
||||
{{ range .Posts }}
|
||||
<article>{{ .Content }}</article>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user