CTF-Manager/apps/ctf/templates/ctf/homepage.html
2025-02-09 22:25:31 +01:00

7 lines
No EOL
121 B
HTML

{% extends "ctf/base/base.html" %}
{% block title %}Homepage{% endblock %}
{% block body %}
Homepage
{% endblock %}