Mercurial > wikked
view static/tpl/search-results.html @ 149:d29e2f337b00
Updated to Bootstrap 3.0.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 12 Dec 2013 21:54:04 -0800 |
parents | 74eb145eb839 |
children | f32af0888382 |
line wrap: on
line source
<article> <header> <h1>Search Results</h1> </header> <section> {{#if is_instant}} <p><small>Press <code>Escape</code> to cancel.</small></p> {{/if}} {{#if hits}} <ul class="search-results"> {{#each hits}} <li> <h3><a href="{{get_read_url url}}">{{title}}</a></h3> <div class="highlighted"><pre><code>{{{content_highlights}}}</code></pre></div> </li> {{/each}} </ul> {{else}} <p>No matches found.</p> {{/if}} </section> </article>