mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 19:06:16 +01:00
10 lines
No EOL
288 B
HTML
10 lines
No EOL
288 B
HTML
{{ define "title" }}{{ .Title }} | {{ .Site.Title }}{{ end }}
|
|
|
|
{{ define "content" }}
|
|
<div class="post-warp single">
|
|
<h1 class="post-title animated pulse faster">{{ .Title }}</h1>
|
|
<div class="post-content">
|
|
{{ .Content }}
|
|
</div>
|
|
</div>
|
|
{{end }} |