{%- extends 'basichtml.tpl' -%} {% block any_cell -%} {% if cell.metadata.slideshow.close_fragment %} {% endif %} {% if cell.metadata.slideshow.close_subsection %} {% endif %} {% if cell.metadata.slideshow.close_section %} {% endif %} {% if cell.metadata.slideshow.open_section %} {%- endif %} {% if cell.metadata.slideshow.open_subsection %} {%- endif %} {% if cell.metadata.slideshow.open_fragment %} {% endif %} {% if cell.metadata.slideshow.slide_type in ['notes'] %} {% elif cell.metadata.slideshow.slide_tyle not in ['skip'] %} {{ super() }} {% endif %} {% endblock %} {% block body %} {{ super() }}