mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 15:50:08 +05:30
10 lines
170 B
HTML
10 lines
170 B
HTML
{% extends "index.html" %}
|
|
|
|
{% block title %}
|
|
{{ category }} Articles | {{ SITENAME }}
|
|
{% endblock %}
|
|
|
|
{% block page_header %}
|
|
{{ category }} Articles
|
|
{% endblock %}
|