mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
5 lines
102 B
HTML
5 lines
102 B
HTML
{% extends "index.html" %}
|
|
{% block content_title %}
|
|
<h2>{{ category }} category</h2>
|
|
{% endblock %}
|
|
|