mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
9 lines
166 B
HTML
9 lines
166 B
HTML
{% extends "index.html" %}
|
|
|
|
{% block title %}
|
|
{{ category }} Articles | {{ SITENAME }}
|
|
{% endblock %}
|
|
|
|
{% block page_header %}
|
|
Category: {{ category }}
|
|
{% endblock %} |