templates/ansi-account.tmpl
changeset 23 2ba1ea451669
child 52 2ffe0d622db9
equal deleted inserted replaced
22:5778b09bc6fe 23:2ba1ea451669
       
     1 - Account ID: {{"\x1b[31m"}}{{.id}}{{"\x1b[0m"}}  {{"\x1b[35m"}}@{{.username}}{{"\x1b[0m"}}
       
     2   UID: {{"\x1b[31m"}}{{.acct}}{{"\x1b[0m"}}
       
     3   Display name: {{"\x1b[1m"}}{{.display_name}}{{"\x1b[0m"}}
       
     4   Date: {{.created_at}}
       
     5   URL: {{"\x1b[36m"}}{{.url}}{{"\x1b[0m"}}
       
     6   Statuses: {{.statuses_count}}
       
     7   Followers: {{.followers_count}}
       
     8   Following: {{.following_count}}
       
     9 {{- with .note}}
       
    10   Note: {{. | fromhtml}}{{end}}
       
    11 {{- if eq .locked true}}
       
    12   Locked: true{{end}}