##// END OF EJS Templates
remove six usage (unnecessary starting python 2.6)
remove six usage (unnecessary starting python 2.6)

File last commit:

r14047:4ea9487b
r14187:66c0714a
Show More
subslides.tpl
14 lines | 307 B | application/vnd.groove-tool-template | SmartyLexer
damianavila
Deleting the counterpart of the dict in the templates.
r13847 {%- extends 'reveal_internals/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 -%}
damianavila
Redo of fixing templates structure.
r11770 {{ super() }}
damianavila
A new implementation of reveal converter with jinja templates.
r9662
{%- if cell.metadata.slide_helper in ['subslide_end'] -%}
</section>
{%- endif -%}
{%- endblock any_cell -%}