mirror of
https://git.sr.ht/~metalune/simpleweb_peertube
synced 2024-12-22 23:18:01 +01: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 %}
|