2024-08-29 00:32:21 +02:00
|
|
|
|
|
|
|
<article class="chapter narrow">
|
2023-05-19 20:44:19 +02:00
|
|
|
<header class="headline">
|
|
|
|
{{- partial "content-header.html" . }}
|
|
|
|
</header>
|
2022-07-06 00:15:33 +02:00
|
|
|
{{ partial "heading-pre.html" . }}<div class="article-subheading">{{ T "Chapter" .Params.Weight }}</div>
|
2023-12-02 01:09:45 +01:00
|
|
|
{{ partial "heading.html" . }}{{ partial "heading-post.html" . }}
|
2022-07-05 00:19:27 +02:00
|
|
|
|
2024-08-29 00:32:21 +02:00
|
|
|
{{ partial "content.html" . | safeHTML }}
|
2022-07-05 00:19:27 +02:00
|
|
|
<footer class="footline">
|
|
|
|
{{- partial "content-footer.html" . }}
|
|
|
|
</footer>
|
2024-08-29 00:32:21 +02:00
|
|
|
</article>
|