templates/themes/ansi/instance.tmpl
author Mikael Berthe <mikael@lilotux.net>
Fri, 26 May 2017 12:05:50 +0200
changeset 145 0f6b8411ad36
parent 95 4b80a5396961
child 195 1c655ba64ecf
permissions -rw-r--r--
Sync with Madon library 1.6: Some calls return a Relationship entity Update PlainPrinter and themes to outline the relationship ID is actually an account ID.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
88
028f7b02bd3e Add 'ansi' theme for UNIX-like systems
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     1
- Title:    {{color ",,bold"}}{{.title}}{{color "reset"}}
028f7b02bd3e Add 'ansi' theme for UNIX-like systems
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     2
  URI:      {{color "magenta"}}{{.uri}}{{color "reset"}}
028f7b02bd3e Add 'ansi' theme for UNIX-like systems
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     3
  Email:    {{.email}}
028f7b02bd3e Add 'ansi' theme for UNIX-like systems
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     4
  Version:  {{.version}}
95
4b80a5396961 Update templates / ANSI theme
Mikael Berthe <mikael@lilotux.net>
parents: 88
diff changeset
     5
  Description: {{color "blue"}}{{.description | fromhtml | wrap "     " 80 | trim}}{{color "reset"}}