Skip to content
Snippets Groups Projects
category.html 300 B
Newer Older
  • Learn to ignore specific revisions
  • Jake's avatar
    Jake committed
    {% extends "index.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": 5000 }) }}
    	</section>
    {% endblock content %}