phantasma/app/templates/tv.html

6 lines
108 B
HTML
Raw Normal View History

2021-09-28 13:10:22 +00:00
{% extends "base.html" %}
{% block title %}TV{% endblock%}
{% block main %}
here be TV stuff
{% endblock %}