11 lines
No EOL
417 B
HTML
11 lines
No EOL
417 B
HTML
{{ $filename := (path.Join "/static" (.Get "file")) }}
|
|
{{ $file := $filename | readFile }}
|
|
|
|
<details {{ .Get "open" }}>
|
|
<summary>PGP Key ID: {{ .Get "id" }} </summary>
|
|
<small><a href="{{ .Get "file" }}">Hier runterladen</a> oder auf <a href="https://keys.openpgp.org/search?q={{ .Get "id" }}" target="_blank">keys.openpgp.org↗</a></small>
|
|
|
|
<pre tabindex="0"><code>
|
|
{{ (print $file ) }}
|
|
</code></pre>
|
|
</details> |