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.

help.tmpl 305B

1234567891011
  1. {{template "base/head" .}}
  2. {{template "base/navbar" .}}
  3. <div id="body-nav">
  4. <div class="container">
  5. <h3>Help</h3>
  6. </div>
  7. </div>
  8. <div id="body" class="container" data-page="user">
  9. {{if .HasInfo}}<div class="alert alert-info">{{.InfoMsg}}</div>{{end}}
  10. </div>
  11. {{template "base/footer" .}}