mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-02 19:52:40 +00:00
10 lines
412 B
HTML
10 lines
412 B
HTML
{{- $params := .Scratch.Get "params" -}}
|
|
|
|
<div class="fixit-decryptor-container">
|
|
{{- $msg := $params.message | default (T "encryptedMessage") -}}
|
|
<label for="fixit-decryptor-input" title='{{ T "password" }}'>
|
|
<input type="password" id="fixit-decryptor-input" class="d-none" placeholder="🔑 {{ $msg }}" />
|
|
</label>
|
|
<button class="fixit-encryptor-btn d-none">{{ T "encryptyAgain" }}</button>
|
|
</div>
|