mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-11 01:38:28 +00:00
12 lines
No EOL
364 B
HTML
12 lines
No EOL
364 B
HTML
{{ partial "header.html" . }}
|
|
<div class="main">
|
|
<div class="single block">
|
|
<article class="post">
|
|
<h1 class="post__title">{{ .Title }}</h1>
|
|
<div class="post__content">{{ .Content }}</div>
|
|
{{ if .Params.tags }}{{ partial "post_tags.html" . }}{{ end }}
|
|
</article>
|
|
</div>
|
|
{{ partial "comments.html" . }}
|
|
</div>
|
|
{{ partial "footer.html" . }} |