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