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