Files
beflask/beflask/templates/index.html
Ricardo Montañana 869ba82695 Refactor project structure
Add version, multiple configs and pyproject
2023-06-11 18:09:00 +02:00

394 B

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