mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-21 03:11:51 +00:00
5 lines
139 B
HTML
5 lines
139 B
HTML
{% extends "admin/index.html" %}
|
|
{% block content %}
|
|
Hello from a custom index template {{ foo }}
|
|
{{ block.super }}
|
|
{% endblock %}
|