Skip to content
Snippets Groups Projects
category.html 298 B
Newer Older
  • Learn to ignore specific revisions
  • Jake's avatar
    Jake committed
    {% 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 %}