{% extends "base.html" %}
{% block title %}{{ l[lang].title_prefix }}{{ l[lang].sitename }}{{ l[lang].title_suffix }} - {{ tag }}{%endblock%}
{% block content %}
{{ render.section({"type": "tag", "tag": tag.slug, "num": None}) }}
{% endblock content %}