12 lines
257 B
HTML
12 lines
257 B
HTML
<!-- Copyright (c) 2020-now by the Zeek Project. See LICENSE for details. -->
|
|
|
|
{% extends '!layout.html' %}
|
|
|
|
{% block sidebartitle %}
|
|
|
|
{{super()}}
|
|
|
|
<a href="https://github.com/zeek/spicy" style="margin: 1em" class="fa fa-github"> GitHub</a>
|
|
|
|
{% endblock %}
|