{% extends "share_links/base.html" %} {% load share_links_templatetags markdownify i18n humanize %} {% block title %}{{ category.label }} : {{ request.site.name }}{% endblock title %} {% block content %}

{{ category.label }}

{% if category.description %}

{{ category.description|markdownify|truncatewords_html:20 }}

{% endif %}

{% translate "All tags in this category" %}

{% endblock %}