mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 11:33:20 +01:00
8 lines
224 B
HTML
8 lines
224 B
HTML
|
{{ define "content" }}
|
||
|
<div class="post-warp archive">
|
||
|
<h2 class="post-title" style="text-align:right;padding-bottom:2em">{{ .Title }}</h2>
|
||
|
<div class="post-content">
|
||
|
{{ .Content }}
|
||
|
</div>
|
||
|
</div>
|
||
|
{{end }}
|