2022-06-03 22:37:33 +08:00
|
|
|
|
|
|
|
<div class="post-block">
|
|
|
|
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="{{ .Scratch.Get "lang" }}">
|
|
|
|
|
2022-06-07 18:16:40 +08:00
|
|
|
{{ partial "post/header.html" (dict "ctx" .ctx "IsHome" .IsHome) }}
|
2022-06-03 22:37:33 +08:00
|
|
|
<!-- POST BODY -->
|
2022-06-07 18:16:40 +08:00
|
|
|
{{ partial "post/body.html" (dict "ctx" .ctx "IsHome" .IsHome) }}
|
2022-06-03 22:37:33 +08:00
|
|
|
<footer class="post-footer">
|
2022-06-07 18:16:40 +08:00
|
|
|
{{ partial "post/footer.html" (dict "ctx" .ctx "IsHome" .IsHome) }}
|
2022-06-03 22:37:33 +08:00
|
|
|
</footer>
|
|
|
|
</article>
|
|
|
|
</div>
|
|
|
|
|