server actix for cannabinieri website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
219 B

3 years ago
3 years ago
3 years ago
  1. {% extends "base.html" %}
  2. {% block content %}
  3. <div id="mobile_network"></div>
  4. <script type="module" src="/assets/js/net.js"></script>
  5. <script type="text/javascript" src="/assets/js/d3.v7.min.js"></script>
  6. {% endblock %}