6 lines
85 B
Smarty
6 lines
85 B
Smarty
|
{%- extends 'null.tpl' -%}
|
||
|
|
||
|
{% block input %}
|
||
|
{{ cell.source }}
|
||
|
{% endblock input %}
|