Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

change_passwd.tmpl 258B

1234567
  1. {{template "base/head" .}}
  2. <div role="main" aria-label="{{.Title}}" class="page-content user signin{{if .LinkAccountMode}} icon{{end}}">
  3. <div class="ui container">
  4. {{template "user/auth/change_passwd_inner" .}}
  5. </div>
  6. </div>
  7. {{template "base/footer" .}}