mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 03:16:30 +01:00
12 lines
350 B
HTML
12 lines
350 B
HTML
{{ define "title" }}{{ .Title }} - {{ .Site.Title }}{{ end }}
|
|
|
|
{{ define "content" }}
|
|
<div class="post-warp">
|
|
<header class="post-header">
|
|
<div class="align-right"><h1 class="post-title">{{ .Title }}</h1></div>
|
|
</header>
|
|
<div class="post-content">
|
|
{{ .Content }}
|
|
</div>
|
|
</div>
|
|
{{end }}
|