templates/ansi-account.tmpl
changeset 23 2ba1ea451669
child 52 2ffe0d622db9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/ansi-account.tmpl	Fri Apr 28 17:07:13 2017 +0200
@@ -0,0 +1,12 @@
+- Account ID: {{"\x1b[31m"}}{{.id}}{{"\x1b[0m"}}  {{"\x1b[35m"}}@{{.username}}{{"\x1b[0m"}}
+  UID: {{"\x1b[31m"}}{{.acct}}{{"\x1b[0m"}}
+  Display name: {{"\x1b[1m"}}{{.display_name}}{{"\x1b[0m"}}
+  Date: {{.created_at}}
+  URL: {{"\x1b[36m"}}{{.url}}{{"\x1b[0m"}}
+  Statuses: {{.statuses_count}}
+  Followers: {{.followers_count}}
+  Following: {{.following_count}}
+{{- with .note}}
+  Note: {{. | fromhtml}}{{end}}
+{{- if eq .locked true}}
+  Locked: true{{end}}