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

{{$item.Title}}

This entry originally appeared in this blog.

{{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 blog articles available yet.

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