2019-11-23 19:25:39 -05:00

18 lines
476 B
HTML

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