{% import "strconv" %} {% code type searchField struct{ id, name string } %} Common seatch part of many pages {% func SearchCommon(search SearchForm) %} {% endfunc %} Options fields of a search {% func searchOption(selected string, s searchField) %} {% endfunc %} {% func SearchAdvanced(nav Navigation, search SearchForm) %} {% endfunc %} {% func SearchButton(search SearchForm) %}
{% endfunc %}