diff --git a/benchmark/scripts/app/templates/datasets.html b/benchmark/scripts/app/templates/datasets.html index a48a163..b028aae 100644 --- a/benchmark/scripts/app/templates/datasets.html +++ b/benchmark/scripts/app/templates/datasets.html @@ -1,4 +1,7 @@ {% extends 'base_' ~ framework ~ '.html' %} +{% macro javascript(file) %} + +{% endmacro %} {% if framework == 'bootstrap' %} {% set button_class = 'btn btn-primary btn-small' %} {% set h1_class = 'text-center' %} @@ -42,8 +45,8 @@ {% endblock %} {% block jscript %} +{{ javascript("js/excelFiles.js") }}