Files
beflask/app/templates/index.html
2023-06-08 18:06:28 +02:00

394 B

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