tablejohn/templates/commit.html
2023-08-05 23:05:12 +02:00

7 lines
123 B
HTML

{% extends "base.html" %}
{% block title %}commit{% endblock %}
{% block body %}
Sorry, nothing here yet.
{% endblock %}