{% extends "base.html" %}{% load i18n st_core blog %}
{% block title %}{% trans "Tags" %}{% endblock %}
{% block body_class %}tags{% endblock %}
{% block content %}
{% trans "Tags" %}
{% get_current_language as LANGUAGE_CODE %}{% get_tagcloud LANGUAGE_CODE as tags %}
{% endblock %}