agahnim.dev/templates/index.html
2026-03-19 15:46:26 +01:00

6 lines
No EOL
98 B
HTML

{% extends "base.html" %}
{% block content %}
{% include "partials/index.html" %}
{% endblock %}