2021-03-30 20:50:34 +00:00
|
|
|
{{ partial "header.html" . }}
|
|
|
|
|
2022-01-04 23:43:07 +00:00
|
|
|
<div class="header" style="background-color: whitesmoke; opacity: 100%">
|
2022-01-04 23:57:37 +00:00
|
|
|
<h1 style="color: #065387; font-size: 44px">{{ .Title }}</h1>
|
|
|
|
<h2 style="color: dimgrey; font-size: 24px">{{ .Description }}</h2>
|
2021-03-30 20:50:34 +00:00
|
|
|
</div>
|
|
|
|
<div class="content">
|
|
|
|
|
|
|
|
{{ partial "post_meta.html" . }}
|
|
|
|
|
2022-01-03 14:55:21 +00:00
|
|
|
<span style="text-align: justify">
|
2021-03-30 20:50:34 +00:00
|
|
|
{{ .Content }}
|
2022-01-03 14:55:21 +00:00
|
|
|
</span>
|
|
|
|
|
2021-03-30 20:50:34 +00:00
|
|
|
{{ partial "share.html" . }}
|
|
|
|
|
|
|
|
{{ partial "prev_next_post.html" . }}
|
|
|
|
|
|
|
|
{{ partial "commento.html" . }}
|
|
|
|
|
|
|
|
{{ partial "disqus.html" . }}
|
|
|
|
|
|
|
|
{{ partial "telegram.html" . }}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{{ partial "footer.html" . }}
|