slides.tpl
17 lines
| 324 B
| application/vnd.groove-tool-template
|
SmartyLexer
damianavila
|
r11677 | {%- extends 'reveal_internals/subslides.tpl' -%} | ||
damianavila
|
r9662 | |||
{%- block any_cell scoped -%} | ||||
{%- if cell.metadata.slide_type in ['slide'] -%} | ||||
<section> | ||||
<section> | ||||
{%- endif -%} | ||||
{{ super() }} | ||||
{%- if cell.metadata.slide_helper in ['slide_end'] -%} | ||||
</section> | ||||
</section> | ||||
{%- endif -%} | ||||
{%- endblock any_cell -%} | ||||