1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00
AdvLabDB/advlabdb/templates/index.html

6 lines
117 B
HTML
Raw Normal View History

{% set title = "Home" %}
{% extends "layout.html" %}
{% block content %}
Welcome on AdvLabDB!
{% endblock content %}