2023-06-03 11:14:15 +00:00
|
|
|
{{- $page := .page }}
|
2024-04-07 19:41:06 +00:00
|
|
|
{{- $title := partial "pageHelper/title.hugo" (dict "page" .page) }}
|
2022-11-17 21:12:18 +00:00
|
|
|
<article class="default">
|
2023-05-19 18:44:19 +00:00
|
|
|
<header class="headline">
|
|
|
|
</header>
|
2023-09-30 19:45:39 +00:00
|
|
|
<h1 id="{{ $title | plainify | anchorize }}">{{ $title }}</h1>
|
2022-11-17 21:12:18 +00:00
|
|
|
|
2024-04-04 15:49:28 +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
|
|
|
|
"page" $page
|
|
|
|
"type" "submit"
|
|
|
|
"style" "secondary"
|
|
|
|
"icon" "search"
|
|
|
|
"content" (T "Search")
|
|
|
|
)}}
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</search>
|
2022-11-17 21:12:18 +00:00
|
|
|
<div class="searchhint">
|
|
|
|
</div>
|
|
|
|
<hr>
|
2023-09-23 08:18:31 +00:00
|
|
|
<div id="R-searchresults">
|
2022-11-17 21:12:18 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<footer class="footline">
|
|
|
|
</footer>
|
|
|
|
</article>
|