##// END OF EJS Templates
Fixed tests, broken because of missing pdflatex
Fixed tests, broken because of missing pdflatex

File last commit:

r11677:da75f652
r11752:441f8dac
Show More
slides.tpl
17 lines | 324 B | application/vnd.groove-tool-template | SmartyLexer
{%- extends 'reveal_internals/subslides.tpl' -%}
{%- 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 -%}