2026-03-05 17:58:40 +01:00
|
|
|
{{ $image := partial "helper/image" (dict "Image" .Params.image "Resources" .Resources "Context" .) }}
|
2026-01-25 23:29:41 +01:00
|
|
|
<article class="{{ if $image }}has-image{{ end }}">
|
2026-02-19 17:45:09 +01:00
|
|
|
{{ partial "article/components/header" (dict "Page" . "IsList" true) }}
|
2020-08-22 13:20:08 +02:00
|
|
|
</article>
|