{% extends "layout.html" %} {% block title %}{{ category.name }} - Community Forum{% endblock %} {% block breadcrumb %} Home / Categories / {{ category.name }} {% endblock %} {% block content %}
{{ category.description }}
{% endif %}No topics have been created in this category yet.
{% if current_user.is_authenticated %} Create First Topic {% endif %}