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

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>