##// END OF EJS Templates
fix typo in PR #4744
fix typo in PR #4744

File last commit:

r13847:7162add1
r13974:51396c70
Show More
subslides.tpl
14 lines | 307 B | application/vnd.groove-tool-template | SmartyLexer
{%- extends 'reveal_internals/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 -%}