7 lines
94 B
HTML
7 lines
94 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h2>{{ category.title }}</h2>
|
|
{% endblock %}
|
|
|