{% extends "base.html" -%} {% block title -%}pyvisjs{% endblock -%} {% block head_scripts -%} {{ super() }} {% 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; } .option { font-weight: normal; } .optgroup { font-weight: bold; } {% endblock %} {% block content -%} {{ super() }}
{% include "select-edge-filter.html" -%}
{% endblock %} {% block javascript %} {{ super() }} {% include "init_tomSelect.js" %} {% include "draw_title.js" %} {% include "functions.js" %} {% endblock %}