{% include "head.html" %}
{% block body %}
Certificate Authority
{% if not session.user_id %}
Public Home
Manage Certificates
{% else -%}
Signed Certificates
Manage CSR
[ {{ session.count_csr }} ]
User Profile
Logout
{% endif -%}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
×
{{ message|safe }}
{% endfor %} {% endif %} {% endwith %}
{% block pre_content %}{% endblock %} {% block content %}{% endblock %} {% block post_content %}{% endblock %}
{% endblock %} {% include "footer.html" %}