Fix lost files

This commit is contained in:
Jesús
2019-11-23 19:25:39 -05:00
parent edae8a2e59
commit 14f3ef1abe
4 changed files with 110 additions and 0 deletions

View 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 %}