2020-09-18 00:12:26 +02:00
|
|
|
{{ $image := partialCached "helper/image" (dict "Context" . "Type" "articleList") .RelPermalink "articleList" }}
|
2020-09-11 16:01:01 +02:00
|
|
|
<article class="{{ if $image.exists }}has-image{{ end }}">
|
2020-12-23 21:02:35 +01:00
|
|
|
{{ partial "article/components/header" . }}
|
2020-08-22 13:20:08 +02:00
|
|
|
</article>
|