##// END OF EJS Templates
add any-cell block
add any-cell block

File last commit:

r9584:5c346ed9
r9584:5c346ed9
Show More
python-armor.tpl
9 lines | 223 B | application/vnd.groove-tool-template | SmartyLexer
{%- extends 'python.tpl' -%}
{% block any_cell %}
==============================
=======start {{cell.type}}=========
{{ super() }}
======= end {{cell.type}} =========
=============================={% endblock any_cell %}