9db8f044d4
this fix issue #35
14 lines
264 B
HTML
14 lines
264 B
HTML
{{ define "header" }}
|
|
{{ partial "header.html" . }}
|
|
{{ end }}
|
|
|
|
{{ define "content" }}
|
|
<div class="post">
|
|
<h1>{{ .Title }}</h1>
|
|
{{ .Content }}
|
|
</div>
|
|
{{ end }}
|
|
|
|
{{ define "footer" }}
|
|
{{ partial "footer/font-awesome-js.html" . }}
|
|
{{ end }}
|