Files
beflask/app/templates/index.html
2023-06-05 14:25:47 +02:00

676 B

{% extends "base.html" %} {% block content %} {% if benchmarks %}
Benchmarks
{% else %} image robert lukeman {% endif %} {% endblock %}