mirror of
https://github.com/harivansh-afk/ds1001_final.git
synced 2026-04-19 01:04:29 +00:00
5 lines
84 B
Django/Jinja
5 lines
84 B
Django/Jinja
{%- extends 'null.j2' -%}
|
|
|
|
{% block input %}
|
|
{{ cell.source }}
|
|
{% endblock input %}
|