{% extends "base.html" %} {% block libs %} {{ super() }} {% if page.meta and page.meta.bootstrap_table %} {% endif %} {% if page.meta and page.meta.plotly %} {% endif %} {% if page.meta and page.meta.light_gallery %} {% endif %} {% endblock %} {% block content %} {{ super() }}
{% endblock %} {% block footer %} {% if config.theme.feature.tabs %} {% include "partials/tabs.html" %} {% endif %} {{ super() }} {% endblock %}