{{ define "thread-card" }}
{{ $length := len .Files }} {{ if gt $length 0 }} {{ $FirstFile := index .Files 0 }} Uploaded picture {{ end }}
{{ if ne .Title "" }}
{{.Title}}
{{ end }} {{ $textLength := len .Text }} {{ if gt $textLength 300 }}

{{ slice .Text 0 300 }} ...

{{ else }}

{{.Text}}

{{ end }} Open
{{ end }}