github.com/wuhuizuo/gomplate@v3.5.0+incompatible/docs/content/search.md (about)

     1  ---
     2  title: "Search Results"
     3  sitemap:
     4    priority : 0.1
     5  ---
     6  
     7  ## Results for _"<span id="search-string"></span>"_
     8  
     9  <p>
    10  <em>Showing <span id="search-results-length"></span> results...</em>
    11  </p>
    12  
    13  <div>
    14  <div id="search-results">
    15  </div>
    16  </div>
    17  
    18  <!-- this template is sucked in by search.js and appended to the search-results div above. So editing here will adjust style -->
    19  <script id="search-result-template" type="text/x-js-template">
    20  
    21  <h3><a href="${link}">${title}</a></h3>
    22  <cite><a href="${ link }">${link}</a></cite>
    23  <div id="summary-${key}">
    24    <div class="search-result">
    25    ${snippet}&hellip;
    26    </div>
    27  ${ isset tags }<p>Tags: ${tags}</p>${ end }
    28  ${ isset categories }<p>Categories: ${categories}</p>${ end }
    29  
    30  </div>
    31  </script>