{{- /* Renders an article card with a circle image, title, and summary. @context {image} the image resource. @context {alt} alt text for the image. @context {title} the title of the card. @context {summary} the summary text. @context {url} the url of the article. */}} {{- $image := .image }} {{- $alt := .alt }} {{- $title := .title }} {{- $summary := .summary }} {{- $url := .url }}
{{ $alt }}

{{ $title }}

{{ $summary }}