mirror of
https://github.com/Dasharo/docs.git
synced 2026-06-13 10:16:57 -07:00
7 lines
147 B
HTML
7 lines
147 B
HTML
|
|
{% extends "base.html" %}
|
||
|
|
|
||
|
|
{% block extrahead %}
|
||
|
|
{{ super() }}
|
||
|
|
<meta name="referrer" content="strict-origin-when-cross-origin">
|
||
|
|
{% endblock %}
|