This commit is contained in:
2023-03-10 14:11:45 +08:00
parent eff40107b2
commit d6d708bf5d
7 changed files with 27 additions and 13 deletions
+20
View File
@@ -0,0 +1,20 @@
{{define "article.html"}}
{{template "base.html" .}}
{{end}}
{{define "ext_css"}}
<link rel="stylesheet" href="/statics/css/github-markdown-light.css">
{{end}}
{{define "body"}}
<div>
<a href="/"><-首页-></a>
</div>
<div class="markdown-body">
{{ .content }}
</div>
{{end}}