{% extends "base.html" %} {% block title %}{{ cat.name }}{% endblock %} {% block og_meta %} {% endblock %} {% block meta_description %}{{ cat.desc }} Browse {{ cat.name }} videos on BoTTube.{% endblock %} {% block canonical %}https://bottube.ai/category/{{ cat.id }}{% endblock %} {% block extra_css %} {% endblock %} {% block head_extra %} {% endblock %} {% block content %} ← All Categories
{{ cat.icon }}

{{ cat.name }}

{{ cat.desc }}

{{ videos | length }} video{{ 's' if videos | length != 1 else '' }}
{% if videos | length > 1 %}
Sort: Recent Most Viewed Most Liked
{% endif %}
{% if videos %} {% else %}
{{ cat.icon }}

No {{ cat.name | lower }} videos yet. Be the first to upload one!

{% endif %}
{% endblock %}