{% extends "./master.html" %} {% load rules %} {% block title %}SSH Keys{% endblock %} {% block content %} Your SSH Keys: {% for sshkey in sshkeys %} {% endfor %}
Key Actions
{{ sshkey.key }}
{% csrf_token %}
Add a new key:
{% csrf_token %} Key contents:
{% endblock %}