{#-
This file was automatically generated - do not edit
-#}
{% extends "base.html" %}
{% block announce %}
This is an Alpha1 version of Percona Transparent Encryption extension and it is
not recommended for production environments yet. We encourage you to test it and give your feedback.
This will help us improve the product and make it production-ready faster.
{% endblock %}
{% block scripts %}
{{ super() }}
{% endblock %}
{% block extrahead %}
{{ super() }}
{% set title = config.site_name %}
{% if page and page.meta and page.meta.title %}
{% set title = title ~ " - " ~ page.meta.title %}
{% elif page and page.title and not page.is_homepage %}
{% set title = title ~ " - " ~ page.title %}
{% endif %}
{% endblock %}