Back to Scylladb

Layout

docs/_templates/layout.html

latest224 B
Original Source

{% extends "!layout.html" %} {% block scripts %} {# Add noindex meta tag for non-manual builds (opensource/enterprise) to exclude them from search engines #} {% if flag != 'manual' %} {% endif %} {{ super() }} {% endblock %}