Files
FixIt/layouts/partials/single/fixit-decryptor.html
T

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>