4 lines
230 B
HTML
4 lines
230 B
HTML
|
{{ $image := partialCached "helper/image" (dict "Context" . "Type" "articleList") .RelPermalink "articleList" }}
|
||
|
<article class="{{ if $image.exists }}has-image{{ end }}">
|
||
|
{{ partial "article/components/header" . }}
|
||
|
</article>
|