mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-15 15:15:52 +00:00
349 B
349 B
{% extends "base.html" %}
{% block content %}
{% if benchmarks %}
Benchmarks
-
{% for benchmark in benchmarks %}
- {{ benchmark.name }} {{ benchmark.folder }} {% endfor %}