{% extends "base.html" -%} {% block title -%}pyvisjs{% endblock -%} {% block head_scripts -%} {{ super() }} {% endblock -%} {% block content -%} {{ super() }}
{% include "select-edge-filter.html" -%}
{% endblock %}