default.html 230 B

1234
  1. {{ $image := partialCached "helper/image" (dict "Context" . "Type" "articleList") .RelPermalink "articleList" }}
  2. <article class="{{ if $image.exists }}has-image{{ end }}">
  3. {{ partial "article/components/header" . }}
  4. </article>