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,17 @@
{% extends "base.html" %}
{% block head %}
{% block title %}<title>#{{ tag.name }} - {{SITENAME}}</title>{% endblock title %}
{{ super() }}
{{ super() }}
<meta name="robots" content="noindex, follow" />
{% endblock %}
{% block content %}
<!-- col 12 -->
<div class="col-md-12">
<!-- title tag -->
<h3 class="text-center">#{{ tag }}</h3>
<!-- title tag -->
{{ super() }}
</div>
<!-- End col 12 -->
{% endblock %}