{{define "content"}}

Events: {{.DTag}}

Found {{len .EventCards}} event{{if ne (len .EventCards) 1}}s{{end}} with this d-tag

{{if .EventCards}} {{else}}

{{icon "inbox"}} No events found with d-tag: {{.DTag}}

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