mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-19 00:55:52 +00:00
9 lines
234 B
HTML
9 lines
234 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
{% include "_table_report.html" %}
|
|
{% endblock %}
|
|
{% block jscript %}
|
|
{{ super() }}
|
|
{#<script src="{{ url_for('static', filename="js/report.js") }}"></script>#}
|
|
{% endblock %}
|