templates/ansi-account.tmpl
changeset 99 a179dc99a044
parent 76 f155f9d86832
child 124 20d514540f37
equal deleted inserted replaced
98:dd260cff924e 99:a179dc99a044
     5   URL: {{color "cyan"}}{{.url}}{{color "reset"}}
     5   URL: {{color "cyan"}}{{.url}}{{color "reset"}}
     6   Statuses: {{.statuses_count}}
     6   Statuses: {{.statuses_count}}
     7   Followers: {{.followers_count}}
     7   Followers: {{.followers_count}}
     8   Following: {{.following_count}}
     8   Following: {{.following_count}}
     9 {{- with .note}}{{if ne . "<p></p>"}}
     9 {{- with .note}}{{if ne . "<p></p>"}}
    10   Note: {{. | fromhtml}}{{end}}{{end}}
    10   Note: {{color "yellow"}}{{. | fromhtml | wrap "   " 80 | trim}}{{color "reset"}}{{end}}{{end}}
    11 {{- if eq .locked true}}
    11 {{- if eq .locked true}}
    12   Locked: true{{end}}
    12   Locked: true{{end}}