cleanup code

This commit is contained in:
Jesús
2019-11-23 20:01:40 -05:00
parent 2f91e0eb6a
commit 7684aca39a
4 changed files with 21 additions and 17 deletions

View File

@@ -10,8 +10,10 @@
</style>
{% endblock %}
{% block content %}
<!-- Main tag -->
<div class="card-content-header">
<h4 class="title is-4 has-text-centered">#{{ tag }}</h4>
</div>
{{ super() }}
<!--/Main tag -->
{% endblock %}