list_bot.tmpl.html 194 B

1234567
  1. {{ define "list_bot" }}
  2. <!-- web/tmpl/list_bot.tmpl.html -->
  3. {{ template "header" . }}
  4. <h1>WarTank</h1>
  5. Страница списка ботов вартанк.
  6. {{ template "footer" . }}
  7. {{end}}