mirror of
https://github.com/tchartron/blow
synced 2024-12-18 08:43:07 +00:00
7 lines
110 B
HTML
7 lines
110 B
HTML
{% extends "layout.html" %}
|
|
|
|
{% block content %}
|
|
<h1 class="title">
|
|
Categories
|
|
</h1>
|
|
{% endblock content %}
|