Files
Pignio/templates/index.html
2025-07-13 01:20:07 +02:00

5 lines
149 B
HTML

{% extends "base.html" %}
{% block canonical %}{{ url_for('index') }}{% endblock %}
{% block content %}
{% include "results.html" %}
{% endblock %}