kitsu.cafe/layouts/post.html

8 lines
114 B
HTML
Raw Normal View History

2024-10-16 08:25:29 +02:00
{% extends "page.html" %}
{% block content %}
{% block article %}
{% endblock %}
{% endblock %}