templates/ansi-account.tmpl
author Mikael Berthe <mikael@lilotux.net>
Mon, 01 May 2017 20:48:07 +0200
changeset 59 ff88978ceb55
parent 52 2ffe0d622db9
child 76 f155f9d86832
permissions -rw-r--r--
Update templates - Force IDs to be displayed as integers - Add media attachment URLs in statuses

- Account ID: {{color "red"}}{{.id|printf "%.0f"}}{{color "reset"}}  {{color "magenta"}}@{{.username}}{{color "reset"}}
  UID: {{color "red"}}{{.acct}}{{color "reset"}}
  Display name: {{color "white,,bold"}}{{.display_name}}{{color "reset"}}
  Date: {{.created_at}}
  URL: {{color "cyan"}}{{.url}}{{color "reset"}}
  Statuses: {{.statuses_count}}
  Followers: {{.followers_count}}
  Following: {{.following_count}}
{{- with .note}}{{if ne . "<p></p>"}}
  Note: {{. | fromhtml}}{{end}}{{end}}
{{- if eq .locked true}}
  Locked: true{{end}}