{% extends "base.html" %} {% block content %}

{{ category.title }}

{% if current_user.is_authenticated() %}

Edit category

{% endif %} {% endblock %}