mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-03 18:46:40 -07:00
8 lines
189 B
HTML
8 lines
189 B
HTML
{{ partial "head.html" . }}
|
|
<div class="content container">
|
|
<div class="post">
|
|
<h1 class="post-title">{{ .Title }}</h1>
|
|
{{ .Content }}
|
|
</div>
|
|
</div>
|
|
{{ partial "foot.html" . }}
|