templates/ansi-account.tmpl
changeset 99 a179dc99a044
parent 76 f155f9d86832
child 124 20d514540f37
--- a/templates/ansi-account.tmpl	Sun May 07 23:22:28 2017 +0200
+++ b/templates/ansi-account.tmpl	Mon May 08 00:46:02 2017 +0200
@@ -7,6 +7,6 @@
   Followers: {{.followers_count}}
   Following: {{.following_count}}
 {{- with .note}}{{if ne . "<p></p>"}}
-  Note: {{. | fromhtml}}{{end}}{{end}}
+  Note: {{color "yellow"}}{{. | fromhtml | wrap "   " 80 | trim}}{{color "reset"}}{{end}}{{end}}
 {{- if eq .locked true}}
   Locked: true{{end}}