cannabinieri_web_actix/templates/app.html

5 lines
118 B
HTML
Raw Normal View History

2021-12-17 19:03:49 +01:00
{% extends "base.html" %}
{% block content %}
<h1>RootWork</h1>
<p>The social network of plants</p>
{% endblock %}