templates/themes/ansi/account.tmpl
changeset 88 028f7b02bd3e
parent 76 f155f9d86832
child 99 a179dc99a044
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/themes/ansi/account.tmpl	Sun May 07 17:15:00 2017 +0200
@@ -0,0 +1,12 @@
+- Account ID: {{color "red"}}{{printf "%.0f" .id}}{{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}}