website-raghukamath.com/themes/bombil/layouts/_default/single.html

17 lines
440 B
HTML
Executable File

{{ define "main" }}
<main class="single-content content">
<article class="h-entry content-max-width">
<header class="post-header">
<h1 class="p-name">{{ .Title }}</h1>
{{- partial "meta-post.html" . -}}
</header>
<div class="post-text e-content">
{{ .Content }}
</div>
</article>
{{- partial "next-prev-in-section.html" . -}}
{{- partial "related-content.html" . -}}
{{- partial "comment.html" . -}}
</main>
{{ end }}