{%- 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_type not in ['skip'] %} {{ super() }} {% endif %} {% endblock %} {% block body %}
{{ super() }}
{% endblock body %} {% block header %} {% for css in inlining.css -%} {% endfor %} {% endblock %}