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