dev-libre-is/docs/_source/_templates/layout.html

7 lines
244 B
HTML
Raw Normal View History

2024-08-31 12:30:08 -06:00
{% 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 %}