mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
22 lines
700 B
HTML
22 lines
700 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block outdated %}
|
|
You're not viewing the documentation of the latest version.
|
|
<a href="{{ '../' ~ base_url }}">
|
|
<strong>Click here to view latest.</strong>
|
|
</a>
|
|
{% endblock %}
|
|
|
|
{% block announce %}
|
|
📢 Looking for technical support, tailored consulting or custom development for BunkerWeb ?
|
|
Visit the <a href="https://panel.bunkerweb.io/?utm_campaign=self&utm_source=doc" style="color: #3f6ec6; text-decoration: underline">BunkerWeb Panel</a> for more information on our enterprise offers.
|
|
{% endblock %}
|
|
|
|
{% block libs %}
|
|
<script
|
|
async
|
|
defer
|
|
data-domain="docs.bunkerweb.io"
|
|
src="https://data.bunkerity.com/js/script.js"
|
|
></script>
|
|
{% endblock %}
|