2024-09-14 23:23:35 +00:00
|
|
|
|
2024-09-16 08:05:14 +00:00
|
|
|
<article class="default">
|
|
|
|
<header class="headline">
|
|
|
|
{{- partial "content-header.html" . }}
|
|
|
|
</header>
|
2024-09-14 23:23:35 +00:00
|
|
|
{{ partial "heading-pre.html" . }}{{ partial "heading.html" . }}{{ partial "heading-post.html" . }}
|
|
|
|
|
2024-09-17 06:02:27 +00:00
|
|
|
{{ partial "partials/shortcodes/include.html" (dict "page" . "file" "basics/releasenotes/legend") | .RenderString }}
|
2024-09-14 23:23:35 +00:00
|
|
|
|
|
|
|
{{ partial "article-content.html" . }}
|
2024-09-16 08:05:14 +00:00
|
|
|
<footer class="footline">
|
|
|
|
{{- partial "content-footer.html" . }}
|
|
|
|
</footer>
|
|
|
|
</article>
|