mirror of
https://github.com/django/django.git
synced 2025-07-29 08:04:27 +00:00
3 lines
96 B
HTML
3 lines
96 B
HTML
{% extends "recursive.html" %}
|
|
|
|
{% block content %}{{ block.super }} fs/recursive{% endblock %}
|