19 lines
624 B
HTML
19 lines
624 B
HTML
{% extends "base.html" %} {% block outdated %} You're not viewing the
|
|
documentation for the current version.
|
|
<a href="{{ '../' ~ base_url }}"><strong>Click here to change.</strong></a> {%
|
|
endblock %} {% block announce %} 📢 Looking for tailored support, consulting or
|
|
development for BunkerWeb ? Contact us at
|
|
<a
|
|
href="mailto:contact@bunkerity.com"
|
|
style="color: #3f6ec6; text-decoration: underline"
|
|
>contact@bunkerity.com</a
|
|
>
|
|
for enterprise offers ! {% endblock %} {% block libs %}
|
|
<script
|
|
async
|
|
defer
|
|
data-domain="docs.bunkerweb.io"
|
|
src="https://data.bunkerity.com/js/script.js"
|
|
></script>
|
|
{% endblock %}
|