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
12
13
14
15
16
17
{% extends "base.html" %}

{% block title %}Search results{% endblock %}

{% block content %}
<main class="search-page">
    <article>

        <header>
            {% include "menu.html" %}
            <h1 id="searched-term">Search results</h1>
        </header>

        <div id="search-result"></div>
    </article>
</main>
{% endblock %}