cannabinieri_web_actix/templates/cube.html

5 lines
104 B
HTML
Raw Normal View History

2021-10-21 20:07:40 +02:00
{% extends "base.html" %}
{% block content %}
<h1>Kaos Cube</h1>
<p>Hello, world!</p>
{% endblock %}