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