##// END OF EJS Templates
Fixed, accidental deletion of format string specifier.
Fixed, accidental deletion of format string specifier.

File last commit:

r11677:da75f652
r11750:c1aafeb8
Show More
subslides.tpl
15 lines | 310 B | application/vnd.groove-tool-template | SmartyLexer
damianavila
Organized reveal's templates.
r11677 {%- extends 'reveal_internals/align_reveal_cells.tpl' -%}
damianavila
A new implementation of reveal converter with jinja templates.
r9662
{%- 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 -%}