5 lines
93 B
HTML
5 lines
93 B
HTML
{% extends "index.html" %}
|
|
{% block content_title %}
|
|
<h2>{{ category }}</h2>
|
|
{% endblock %}
|
|
|