Skip to content
Snippets Groups Projects
Verified Commit 1ea2d402 authored by Jake's avatar Jake
Browse files

added template category.html

parent 8b3e0030
No related branches found
No related tags found
No related merge requests found
Pipeline #303495 passed
{% 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 %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment