##// END OF EJS Templates
Backport PR #4840: Error in Session.send_raw()...
Backport PR #4840: Error in Session.send_raw() Addresses issue ipython/ipython/#4839. (This is my first pull request, and first contribution to ipython, so should be checked to make sure that my assumption about the problem is correct).

File last commit:

r11770:6b8a9d57
r14847:5bf61109
Show More
subslides.tpl
14 lines | 313 B | application/vnd.groove-tool-template | SmartyLexer
{%- extends 'reveal_internals/align_reveal_cells.tpl' -%}
{%- block any_cell scoped -%}
{%- if cell.metadata.slide_type in ['subslide'] -%}
<section>
{%- endif -%}
{{ super() }}
{%- if cell.metadata.slide_helper in ['subslide_end'] -%}
</section>
{%- endif -%}
{%- endblock any_cell -%}