73 lines
2.6 KiB
Cheetah
73 lines
2.6 KiB
Cheetah
{{- if .Toot.Boosted -}}
|
|
{{ Color .Style.Subtle }}
|
|
{{- if ne .Toot.BoostedDisplayName "" -}}
|
|
{{- .Toot.BoostedDisplayName}} ({{.Toot.BoostedAcct}}) boosted
|
|
{{ else -}}
|
|
{{- .Toot.BoostedAcct}} boosted
|
|
{{ end -}}
|
|
{{ Color .Style.Text -}}
|
|
{{ end }}
|
|
{{- if .Toot.Bookmarked -}}
|
|
{{ Color .Style.TextSpecial2 }}You have bookmarked this toot
|
|
|
|
{{ end }}
|
|
{{- if ne .Toot.Visibility "public" -}}{{ Color .Style.TextSpecial1 }}({{ .Toot.Visibility}}) {{ end }}
|
|
{{- if ne .Toot.AccountDisplayName "" -}}
|
|
{{- Color .Style.TextSpecial2 }}{{ .Toot.AccountDisplayName }}
|
|
{{ Color .Style.TextSpecial1 }}{{ .Toot.Account }}
|
|
{{- else -}}
|
|
{{ Color .Style.TextSpecial2 }}{{- .Toot.Account }}
|
|
{{- end }} {{- if .Toot.Edited -}}{{ Color .Style.Subtle }} (edited toot){{ end }}
|
|
|
|
{{ if .Toot.Spoiler -}}
|
|
{{ Color .Style.Text }}{{ .Toot.CWText }}
|
|
{{ if not .Toot.ShowSpoiler }}
|
|
{{ Color .Style.Subtle }}Press [z[] to show hidden text{{ Color .Style.Text }}
|
|
{{ end }}
|
|
{{ end -}}
|
|
{{- if or (not .Toot.Spoiler) (.Toot.ShowSpoiler) -}}
|
|
{{ Color .Style.Text }}{{ .Toot.ContentText }}
|
|
{{ if ne .Toot.Poll.ID "" }}
|
|
{{ if .Toot.Poll.Voted -}}
|
|
{{- Color .Style.Subtle }}{{ Flags "b" }}Poll - you have voted{{ Flags "-" -}}
|
|
{{ else if not .Toot.Poll.Expired }}
|
|
{{- Color .Style.Subtle }}{{ Flags "b" }}Poll - press [p[] to vote{{ Flags "-" -}}
|
|
{{ else }}
|
|
{{- Color .Style.Subtle }}{{ Flags "b" }}Poll - expired {{ Flags "-" -}}
|
|
{{ end }}
|
|
{{ Color .Style.Text }}Number of votes: {{ .Toot.Poll.VotesCount }}
|
|
|
|
{{ range .Toot.Poll.Options }}
|
|
{{- if or ($.Toot.Poll.Voted) ($.Toot.Poll.Expired) -}}
|
|
{{- .Title }} - {{ .Percent }}% ({{ .VotesCount }})
|
|
{{- else -}}
|
|
{{- .Title -}}
|
|
{{ end }}
|
|
{{ end -}}
|
|
{{ end -}}
|
|
{{ range .Toot.Media }}
|
|
{{ Color $.Style.Subtle }}{{ Flags "b" }}Attached {{ .Type }}{{ Flags "-" }}
|
|
{{- if ne .Description "" }}
|
|
{{ Color $.Style.Text }}{{ .Description }}
|
|
{{ end }}
|
|
{{ Color $.Style.Text }}{{ Flags "i" }}{{ .URL }}{{ Flags "-" }}
|
|
{{ end -}}
|
|
{{ end }}
|
|
{{- if ne .Toot.Card.Type "" }}
|
|
{{ Color .Style.Subtle }}{{ Flags "b" }}Card: {{ .Toot.Card.Type }}{{ Flags "-" }}
|
|
{{- if ne .Toot.Card.Title "" }}
|
|
{{ Color .Style.TextSpecial2 }}{{ .Toot.Card.Title }}
|
|
{{ end }}
|
|
{{- if ne .Toot.Card.Description "" }}
|
|
{{ Color .Style.Text }}{{ .Toot.Card.Description }}
|
|
{{ end }}
|
|
{{- if ne .Toot.Card.URL "" }}
|
|
{{ Color .Style.Text }}{{ Flags "i" }}{{ .Toot.Card.URL }}{{ Flags "-" }}
|
|
{{ end }}
|
|
{{ end }}
|
|
{{ Color .Style.Subtle }}Replies
|
|
{{- Color .Style.TextSpecial1 }} {{ .Toot.Replies }}
|
|
{{- Color .Style.Subtle }} Boosts
|
|
{{- Color .Style.TextSpecial1 }} {{ .Toot.Boosts }}
|
|
{{- Color .Style.Subtle }} Favorites
|
|
{{- Color .Style.TextSpecial1 }} {{ .Toot.Favorites }}
|