mirror of
https://gitlab.com/octospacc/Pignio.git
synced 2025-07-17 22:37:38 +02:00
5 lines
149 B
HTML
5 lines
149 B
HTML
{% extends "base.html" %}
|
|
{% block canonical %}{{ url_for('index') }}{% endblock %}
|
|
{% block content %}
|
|
{% include "results.html" %}
|
|
{% endblock %} |