2026-01-25 23:29:41 +01:00
|
|
|
{{ $image := partial "helper/image" (dict "Image" .Params.image "Resources" .Resources) }}
|
|
|
|
|
<article class="{{ if $image }}has-image{{ end }}">
|
2020-12-23 21:02:35 +01:00
|
|
|
{{ partial "article/components/header" . }}
|
2020-08-22 13:20:08 +02:00
|
|
|
</article>
|