rustsec-admin 0.8.9

Admin utility for maintaining the RustSec Advisory Database
Documentation
1
2
3
4
5
6
7
8
9
10
11
{% extends "base.html" %}

{% block title %}{{ title }}{% endblock %}

{% block content %}
<main class="static-page">
    <article>
        {{ content|safe }}
    </article>
</main>
{% endblock %}