Files

4 lines
230 B
HTML
Raw Permalink Normal View History

{{ $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 }}">
{{ partial "article/components/header" . }}
2020-08-22 13:20:08 +02:00
</article>