{% extends "base-template.html" -%} {% block title -%}pyvisjs{% endblock -%} {% block head_scripts -%} {{ super() }} {% if pyvisjs["filtering_enabled"] -%} {% endif %} {% if pyvisjs["dataTables_enabled"] -%} {% endif %} {% endblock -%} {% block head_style %} {{ super() }} html, body { height: 100%; margin: 0; } .container { display: flex; flex-direction: column; height: 100vh; } .row.flex-grow-1 { flex-grow: 1; } {% if pyvisjs["filtering_enabled"] -%} .option { font-weight: normal; } .optgroup { font-weight: bold; } {% endif %} {% if pyvisjs["dataTables_enabled"] -%} .display { font-family: 'JetBrains Mono'; font-size: 12px; } {% endif %} {% endblock %} {% block content -%} {{ super() }}