forked from varia/varia.website
6 lines
136 B
HTML
6 lines
136 B
HTML
|
{% extends "index.html" %}
|
||
|
{% block content_title %}
|
||
|
<div id="pertaining">Everything pertaining to {{ category }}</div>
|
||
|
{% endblock %}
|
||
|
|