2024-09-11 13:18:03 +02:00
|
|
|
|
2024-09-16 10:05:14 +02:00
|
|
|
<article class="chapter narrow">
|
|
|
|
<header class="headline">
|
|
|
|
{{- partial "content-header.html" . }}
|
|
|
|
</header>
|
2024-09-11 13:18:03 +02:00
|
|
|
{{ partial "heading-pre.html" . }}<div class="article-subheading">{{ T "Chapter" .Params.Weight }}</div>
|
|
|
|
{{ partial "heading.html" . }}{{ partial "heading-post.html" . }}
|
|
|
|
|
|
|
|
{{ partial "article-content.html" . }}
|
|
|
|
{{ partial "shortcodes/children.html" (dict
|
|
|
|
"page" .
|
|
|
|
"containerstyle" "div"
|
|
|
|
"style" "h2"
|
|
|
|
"description" "true"
|
|
|
|
)}}
|
2024-09-16 10:05:14 +02:00
|
|
|
<footer class="footline">
|
|
|
|
{{- partial "content-footer.html" . }}
|
|
|
|
</footer>
|
|
|
|
</article>
|