##// END OF EJS Templates
Catch specific error instead of all errors.
Catch specific error instead of all errors.

File last commit:

r11677:da75f652
r11751:a3b13a2b
Show More
slides.tpl
17 lines | 324 B | application/vnd.groove-tool-template | SmartyLexer
damianavila
Organized reveal's templates.
r11677 {%- extends 'reveal_internals/subslides.tpl' -%}
damianavila
A new implementation of reveal converter with jinja templates.
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 -%}