##// END OF EJS Templates
A new implementation of reveal converter with jinja templates.
A new implementation of reveal converter with jinja templates.

File last commit:

r9662:da06655a
r9662:da06655a
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 -%}