##// END OF EJS Templates
correct depth for configurable
correct depth for configurable

File last commit:

r10482:87812de9
r10965:532a0ce9
Show More
subslides.tpl
15 lines | 287 B | application/vnd.groove-tool-template | SmartyLexer
{%- extends '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 -%}