{% extends "base.html" %} {% block title %}{{ category.name }} - EcoCycle Forum{% endblock %} {% block styles %} {% endblock %} {% block content %}
{{ category.description }}
No topics have been created in this category yet.
{% if current_user.is_authenticated %} Create the first topic {% endif %}