2022-05-19 15:45:26 +00:00
|
|
|
<!DOCTYPE html>
|
2024-05-01 13:53:28 +00:00
|
|
|
<html lang="en-US">
|
2022-05-19 15:45:26 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Marginalia Search - {{query}}</title>
|
|
|
|
|
2023-11-19 15:03:44 +00:00
|
|
|
<link rel="stylesheet" href="/serp.css" />
|
2022-05-19 15:45:26 +00:00
|
|
|
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="Marginalia">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<meta name="robots" content="noindex" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2023-03-04 12:19:01 +00:00
|
|
|
{{>search/parts/search-header}}
|
2023-11-19 15:03:44 +00:00
|
|
|
{{>search/parts/search-form}}
|
2024-05-01 14:21:25 +00:00
|
|
|
<span id="content-start"></span>
|
2023-11-19 15:03:44 +00:00
|
|
|
<div class="infobox">
|
|
|
|
{{#unless entries}}
|
|
|
|
No definitions were found for that word
|
|
|
|
{{/unless}}
|
|
|
|
|
|
|
|
{{#if entries}}
|
|
|
|
<ul>
|
|
|
|
{{#each entries}}
|
|
|
|
<li>{{word}}, {{type}}: {{definition}}<br></li>
|
|
|
|
{{/each}}
|
|
|
|
</ul>
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{{#if entries}}
|
|
|
|
<div class="infobox">
|
|
|
|
<h2>Legal</h2>
|
|
|
|
This data is derived from <a href="https://en.wiktionary.org/">wiktionary</a>,
|
|
|
|
available under GFDL and CC BY-SA 3.0. <a href="https://dumps.wikimedia.org/legal.html">More Information</a>.
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
2022-05-19 15:45:26 +00:00
|
|
|
|
2023-03-04 12:19:01 +00:00
|
|
|
{{>search/parts/search-footer}}
|
2022-05-19 15:45:26 +00:00
|
|
|
</body>
|