SimpleerTube/templates/domain_index.html
fattalion 20a2d43b74 Create base template and use it everywhere
Also added a nice and shiny search field in the template.
2021-01-19 18:13:08 +03:00

7 lines
134 B
HTML

{% extends "base.html" %}
{% block title %}{{ domain }}{% endblock %}
{% block content %}
<b>{{ instance_name }}</b>
{% endblock %}