mirror of
https://git.adityakumar.xyz/blog.git
synced 2024-11-10 03:09:44 +00:00
7 lines
125 B
HTML
7 lines
125 B
HTML
|
{{ define "content" -}}
|
||
|
<article class="post">
|
||
|
<div class="post-content">
|
||
|
{{ .Content }}
|
||
|
</div>
|
||
|
</article>
|
||
|
{{- end }}
|