Files
beflask/app/templates/index.html

328 B

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