{% extends "snippets/layout.html" %} {% block title %}{{ category.name }}{% endblock %} {% block body %}

{{ category.name }}

{% if category.count > 3 %}

Here you can find all {{ category.count }} snippets of this category. You can also {% else %} This category is pretty empty so far. Why not {% endif %} add a new one. {% if snippets %}

Snippets in this Category:

{% endif %} {% endblock %}