A webmail client. Forked from https://git.sr.ht/~migadu/alps
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 line
141 B

  1. {{template "head"}}
  2. <h1>koushin</h1>
  3. <p>Mailboxes:</p>
  4. <ul>
  5. {{range .Mailboxes}}
  6. <li>{{.Name}}</li>
  7. {{end}}
  8. </ul>
  9. {{template "foot"}}