2024-10-15 13:43:00 +00:00
|
|
|
|
|
|
|
<article class="default">
|
|
|
|
<header class="headline">
|
|
|
|
{{- partial "content-header.html" . }}
|
|
|
|
</header>
|
|
|
|
{{ partial "heading-pre.html" . }}{{ partial "heading.html" . }}{{ partial "heading-post.html" . }}
|
|
|
|
|
2024-08-26 21:07:33 +00:00
|
|
|
<search>
|
|
|
|
<form action="javascript:triggerSearch()">
|
|
|
|
<div class="searchform">
|
|
|
|
<label class="a11y-only" for="R-search-by-detail">{{ T "Search" }}</label>
|
|
|
|
<input data-search-input id="R-search-by-detail" class="search-by" name="search-by" type="search" placeholder="{{ T "Search-placeholder" }}">
|
|
|
|
{{- partial "shortcodes/button.html" (dict
|
2024-10-15 13:43:00 +00:00
|
|
|
"page" .
|
2024-08-26 21:07:33 +00:00
|
|
|
"type" "submit"
|
|
|
|
"style" "secondary"
|
|
|
|
"icon" "search"
|
|
|
|
"content" (T "Search")
|
|
|
|
)}}
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</search>
|
|
|
|
<div class="searchhint">
|
|
|
|
</div>
|
|
|
|
<hr>
|
|
|
|
<div id="R-searchresults">
|
|
|
|
</div>
|
2024-10-15 13:43:00 +00:00
|
|
|
<footer class="footline">
|
|
|
|
{{- partial "content-footer.html" . }}
|
|
|
|
</footer>
|
|
|
|
</article>
|