mirror of
https://codeberg.org/SimpleWeb/SimpleerTube.git
synced 2024-11-15 05:33:17 +00:00
20a2d43b74
Also added a nice and shiny search field in the template.
8 lines
134 B
HTML
8 lines
134 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}{{ domain }}{% endblock %}
|
|
|
|
{% block content %}
|
|
<b>{{ instance_name }}</b>
|
|
{% endblock %}
|