mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
5 lines
174 B
HTML
5 lines
174 B
HTML
{% extends "!layout.html" %}
|
|
{% block extrahead %}
|
|
<script type="text/javascript" src="{{ pathto('_static/showhide.js', 1) }}"></script>
|
|
{{ super() }}
|
|
{% endblock %}
|