templates/themes/ansi/instance.tmpl
author Mikael Berthe <mikael@lilotux.net>
Tue, 20 Mar 2018 15:50:32 +0100
changeset 195 1c655ba64ecf
parent 95 4b80a5396961
permissions -rw-r--r--
Update templates

- Title:    {{color ",,bold"}}{{.title}}{{color "reset"}}
  URI:      {{color "magenta"}}{{.uri}}{{color "reset"}}
  Email:    {{.email}}
  Version:  {{.version}}
  Description: {{color "blue"}}{{.description | fromhtml | wrap "     " 80 | trim}}{{color "reset"}}
{{- with .contact_account }}
  Contact:
    Account ID: {{color "red"}}{{.id}}{{color "reset"}}  {{color "magenta"}}@{{.username}}{{color "reset"}}
    UID: {{color "red"}}{{.acct}}{{color "reset"}}
    Display name: {{color "black,,bold"}}{{.display_name}}{{color "reset"}}
{{- end}}