##// END OF EJS Templates
Fixed typo in displaypub...
Fixed typo in displaypub Regression introduced in #4229

File last commit:

r13847:7162add1
r13904:6d7e2176
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 -%}