phantasma/app/templates/tv.html
2021-09-28 15:10:22 +02:00

5 lines
108 B
HTML

{% extends "base.html" %}
{% block title %}TV{% endblock%}
{% block main %}
here be TV stuff
{% endblock %}