mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-03 12:12:39 +00:00
9 lines
286 B
HTML
9 lines
286 B
HTML
{{- $params := .Scratch.Get "params" -}}
|
|
|
|
<!-- TODO UI style -->
|
|
<div class="fixit-decryptor-container text-center d-none" style="margin-top: 1rem">
|
|
<label for="fixit-decryptor">
|
|
<input type="password" id="fixit-decryptor" placeholder="{{ $params.message }}" />
|
|
</label>
|
|
</div>
|