2024-08-29 00:32:21 +02:00
|
|
|
|
2024-09-16 10:05:14 +02:00
|
|
|
<article class="chapter narrow">
|
|
|
|
<header class="headline">
|
|
|
|
{{- partial "content-header.html" . }}
|
|
|
|
</header>
|
2024-10-11 16:27:13 +02:00
|
|
|
{{ partial "heading-pre.html" . }}{{ with .Params.Weight }}<div class="article-subheading">{{ T "Chapter" . }}</div>{{ end }}
|
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 14:23:55 +02:00
|
|
|
{{ partial "article-content.html" . }}
|
2024-09-16 10:05:14 +02:00
|
|
|
<footer class="footline">
|
|
|
|
{{- partial "content-footer.html" . }}
|
|
|
|
</footer>
|
|
|
|
</article>
|