Fix lost files
This commit is contained in:
18
libretube-theme/templates/category.html
Normal file
18
libretube-theme/templates/category.html
Normal file
@@ -0,0 +1,18 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block head %}
|
||||
{% block title %}
|
||||
<title>{{ category.name }} - {{SITENAME}}</title>
|
||||
{% endblock %}
|
||||
{{ super() }}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="col-md-12">
|
||||
<!-- title tag -->
|
||||
<h3 class="text-center">{{ category }}</h3>
|
||||
<!-- title tag -->
|
||||
{{ super() }}
|
||||
</div>
|
||||
{{ super() }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user