blob: bc29318efc86a4a267b9826fe57e179c25f13c3e [file] [log] [blame]
{% extends "header.html" %}
{% block css %}
<link href="{{base}}css/common.css" rel="stylesheet" type="text/css">
<link href="{{base}}css/sshd.css" rel="stylesheet" type="text/css">
{% endblock %}
{% endextends %}
{% block content %}{{ content|markdown }}{% endblock %}
{% include "footer.html" %}