{% extends 'base.html' %} {% block title %}{{ config.title }} - {{ lang('tags') }}{% endblock %} {% block content %} {%if all_tags %}

{{ lang('tags') }}:


{% for tag,weight in all_tags %} {% endfor %}
{% include 'include/footer.html' %}
{% else %} {% include 'include/posts_list.html' %} {% endif %} {% endblock %}