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.

search.tmpl 246B

123456
  1. <form class="ui form">
  2. <div class="ui fluid action input">
  3. <input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..." autofocus>
  4. <button class="ui blue button">{{.i18n.Tr "explore.search"}}</button>
  5. </div>
  6. </form>