{% extends 'full.tpl'%} {% block header %} {{ super() }} {% endblock header %} {% block body %} {{ super() }} {-% if data.is_ribbon %-}
__$data.ribbon_text$__
{-% endif %-} {% endblock body %} {% block input_group %} {-% if data.hide_code %-} {-% else %-} {{ super() }} {-% endif %-} {% endblock input_group %} {% block any_cell %} {% if cell.get('source', '').startswith('# NBCONVERT IMPORTANT') or cell['metadata'].get('nbconvert', '') == 'important' %}
{{ super() }}
{% elif cell.get('source', '').startswith('# NBCONVERT REMOVE') or cell['metadata'].get('nbconvert', '') == 'remove' %}
{% else %} {{ super() }} {% endif %} {% endblock any_cell %}