mirror of
https://github.com/google/pebble.git
synced 2025-11-23 16:01:02 -05:00
Import the pebble dev site into devsite/
This commit is contained in:
10
devsite/source/_js/templates/quicksearch-result-group.tpl
Normal file
10
devsite/source/_js/templates/quicksearch-result-group.tpl
Normal file
@@ -0,0 +1,10 @@
|
||||
<h3>{{ title }}</h3>
|
||||
<ul>
|
||||
{{#each results}}
|
||||
<li class="quicksearch__result">
|
||||
<a href="{{ url }}">{{ title }}</a>
|
||||
<p class="quicksearch__section">{{{ section }}}</p>
|
||||
<p class="quicksearch__summary">{{{ summary }}}</p>
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
Reference in New Issue
Block a user