2018-07-29 21:41:49 +00:00
|
|
|
{{ define "header" }}
|
|
|
|
{{ partial "header.html" . }}
|
|
|
|
{{ end }}
|
2018-06-26 00:19:35 +00:00
|
|
|
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ define "content" }}
|
2018-07-10 01:40:05 +00:00
|
|
|
<div class="post">
|
|
|
|
<h1>{{ .Title }}</h1>
|
|
|
|
{{ .Content }}
|
|
|
|
</div>
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ end }}
|
2018-06-26 00:19:35 +00:00
|
|
|
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ define "footer" }}
|
2018-09-04 22:20:45 +00:00
|
|
|
{{ partial "footer/font-awesome-js.html" . }}
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ end }}
|