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