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