templates for self-hosting game jams (or any other kind of jam tbh)
at main 435 B view raw
1<form role="search" method="get" class="search-form" action="{{ home_url('/') }}"> 2 <label> 3 <span class="sr-only"> 4 {{ _x('Search for:', 'label', 'sage') }} 5 </span> 6 7 <input 8 type="search" 9 placeholder="{!! esc_attr_x('Search &hellip;', 'placeholder', 'sage') !!}" 10 value="{{ get_search_query() }}" 11 name="s" 12 > 13 </label> 14 15 <button>{{ _x('Search', 'submit button', 'sage') }}</button> 16</form>