2024-02-11 18:48:48 +00:00
|
|
|
|
|
|
|
<section data-ms-rank="{{first.matchRank}}" class="card search-result" >
|
|
|
|
{{#with first}}
|
|
|
|
<div class="url"><a rel="nofollow external" href="{{url}}">{{url}}</a></div>
|
|
|
|
<h2> <a tabindex="-1" class="title" rel="nofollow external" href="{{url}}">{{title}}</a> </h2>
|
|
|
|
<p class="description">{{description}}</p>
|
|
|
|
|
|
|
|
{{/with}}
|
2024-02-11 16:31:38 +00:00
|
|
|
<div class="utils">
|
2024-02-11 19:00:11 +00:00
|
|
|
Also from {{first.url.domain}}
|
2024-02-11 16:31:38 +00:00
|
|
|
</div>
|
|
|
|
<ul class="additional-results">
|
|
|
|
{{#each rest}}
|
|
|
|
<li><a href="{{url}}">{{title}}</a></li>
|
|
|
|
{{/each}}
|
|
|
|
</ul>
|
2024-02-11 18:48:48 +00:00
|
|
|
{{#with first}}
|
2024-02-11 16:31:38 +00:00
|
|
|
<div class="utils">
|
2024-02-11 18:48:48 +00:00
|
|
|
<a href="/site/{{url.domain}}" title="Domain Information">Info</a>
|
|
|
|
<a href="/site-search/{{url.domain}}/{{query}}?profile={{profile}}" title="More results from this domain">{{resultsFromSameDomain}}+</a>
|
|
|
|
<div class="meta">
|
2024-05-14 11:05:52 +00:00
|
|
|
{{#each problems}}
|
|
|
|
<span class="problem" title="{{description}}">{{name}}</span>
|
|
|
|
{{/each}}
|
2024-02-11 18:48:48 +00:00
|
|
|
<span aria-hidden="true" class="meta positions"
|
|
|
|
title="Positions where keywords were found within the document">{{positions}}</span>
|
|
|
|
</div>
|
2024-02-11 16:31:38 +00:00
|
|
|
</div>
|
2024-02-11 18:48:48 +00:00
|
|
|
{{/with}}
|
2024-02-11 16:31:38 +00:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<hr class="w3m-helper" />
|