{{define "content"}} {{if .ArticleItems}} {{template "mobile-dropdown" (dict "Id" "mobile-articles-selector" "Items" .ArticleItems "Profiles" $.Profiles "Type" "article")}} {{end}}
{{range $index, $item := .ArticleItems}}

{{$item.Title}}

Longform article

{{if and $item.Image (ne $item.Image "")}}
{{$item.Title}}
{{end}} {{if $item.Summary}}

{{$item.Summary}}

{{end}}
{{$item.Content}}
{{else}}

{{icon "file-x"}} No Articles

{{icon "inbox"}} No articles available yet.

{{end}}
{{end}} {{/* Feed is defined in components.html */}}