···3737 {{ with .VouchRelationship }}
3838 {{ with .GetDirectVouch }}
3939 You {{if $isVouched}}vouched{{else}}denounced{{end}} {{ $userIdent }} {{ relTimeFmt .CreatedAt }}.
4040- You can change your descision below.
4040+ You can change your decision below.
4141 {{ else }}
4242 Vouching builds a web-of-trust across Tangled. Vouch for users you
4343 have had positive interactions with. <a href="https://blog.tangled.org/vouching" class="inline-flex items-center gap-1">Read more {{ i "arrow-right" "size-3" }}</a>
···95959696 case strings.HasPrefix(mimeType, "text/") || isTextualMimeType(mimeType):
9797 w.Header().Set("Cache-Control", "public, no-cache")
9898- // seve all text content as text/plain
9898+ // serve all text content as text/plain
9999 w.Header().Set("Content-Type", "text/plain; charset=utf-8")
100100101101 default: