templates/ansi-account.tmpl
changeset 172 0d651f070319
parent 138 04cc4b4f8862
equal deleted inserted replaced
171:611c211534d0 172:0d651f070319
     1 - Account ID: {{color "red"}}{{printf "%.0f" .id}}{{color "reset"}}  {{color "magenta"}}@{{.username}}{{color "reset"}}
     1 themes/ansi/account.tmpl
     2   UID: {{color "red"}}{{.acct}}{{color "reset"}}
       
     3   Display name: {{color "white,,bold"}}{{.display_name}}{{color "reset"}}
       
     4   Date: {{.created_at | tolocal}}
       
     5   URL: {{color "cyan"}}{{.url}}{{color "reset"}}
       
     6   Statuses: {{.statuses_count}}
       
     7   Followers: {{.followers_count}}
       
     8   Following: {{.following_count}}
       
     9 {{- with .note}}{{if ne . "<p></p>"}}
       
    10   Note: {{color "yellow"}}{{. | fromhtml | wrap "   " 79 | trim}}{{color "reset"}}{{end}}{{end}}
       
    11 {{- if eq .locked true}}
       
    12   Locked: true{{end}}