7 lines
244 B
HTML
7 lines
244 B
HTML
|
{% extends "!layout.html" %}
|
||
|
|
||
|
{%- block extrahead %}
|
||
|
<link rel="stylesheet" type="text/css" href="{{ pathto('_static/handsontable.full.min.css', 1) }}">
|
||
|
<script src="{{ pathto('_static/handsontable.full.min.js', 1) }}"></script>
|
||
|
{% endblock %}
|