made the twig template look nicer

This commit is contained in:
Tim Bazuin 2019-08-03 21:42:01 +02:00
parent d386e0a520
commit 4f773c0d2f

View file

@ -22,10 +22,13 @@ cipher AES-256-CBC
comp-lzo comp-lzo
<ca> <ca>
{{ ca }}</ca> {{ ca|trim }}
</ca>
<cert> <cert>
{{ cert }}</cert> {{ cert|trim }}
</cert>
<key> <key>
{{ key }}</key> {{ key|trim }}
</key>