mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-20 19:01:52 +00:00
5 lines
137 B
HTML
5 lines
137 B
HTML
{% extends "admin/app_index.html" %}
|
|
{% block content %}
|
|
Hello from a custom app_index template
|
|
{{ block.super }}
|
|
{% endblock %}
|