templates/ansi-account.tmpl
changeset 172 0d651f070319
parent 138 04cc4b4f8862
--- a/templates/ansi-account.tmpl	Sat Oct 21 19:06:26 2017 +0200
+++ b/templates/ansi-account.tmpl	Sat Oct 21 19:12:11 2017 +0200
@@ -1,12 +1,1 @@
-- 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 | tolocal}}
-  URL: {{color "cyan"}}{{.url}}{{color "reset"}}
-  Statuses: {{.statuses_count}}
-  Followers: {{.followers_count}}
-  Following: {{.following_count}}
-{{- with .note}}{{if ne . "<p></p>"}}
-  Note: {{color "yellow"}}{{. | fromhtml | wrap "   " 79 | trim}}{{color "reset"}}{{end}}{{end}}
-{{- if eq .locked true}}
-  Locked: true{{end}}
+themes/ansi/account.tmpl
\ No newline at end of file