github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/docs/themes/hugo-theme-relearn/layouts/partials/body.searchpage.html (about) 1 {{- $page := .page }} 2 {{- $title := partial "pageHelper/title.hugo" (dict "page" .page) }} 3 <article class="default"> 4 <header class="headline"> 5 </header> 6 <h1 id="{{ $title | plainify | anchorize }}">{{ $title }}</h1> 7 8 <search> 9 <form action="javascript:triggerSearch()"> 10 <div class="searchform"> 11 <label class="a11y-only" for="R-search-by-detail">{{ T "Search" }}</label> 12 <input data-search-input id="R-search-by-detail" class="search-by" name="search-by" type="search" placeholder="{{ T "Search-placeholder" }}"> 13 {{- partial "shortcodes/button.html" (dict 14 "page" $page 15 "type" "submit" 16 "style" "secondary" 17 "icon" "search" 18 "content" (T "Search") 19 )}} 20 </div> 21 </form> 22 </search> 23 <div class="searchhint"> 24 </div> 25 <hr> 26 <div id="R-searchresults"> 27 </div> 28 29 <footer class="footline"> 30 </footer> 31 </article>