queen/templates/index.html
2024-03-08 17:22:07 -08:00

8 lines
130 B
HTML

{% extends "base.html" %}
{% block title %}Welcome to the Kitten Collective!{% endblock %}
{% block content %}
{% endblock %}