tablejohn/templates/index.html
2023-08-05 14:22:31 +02:00

5 lines
84 B
HTML

{% extends "base.html" %}
{% block body %}
<h1>{{ repo_name }}</h1>
{% endblock %}