##// END OF EJS Templates
Fixed mathjax inline and some not implemented notice.
Fixed mathjax inline and some not implemented notice.

File last commit:

r9509:fd4dd963
r9511:4abe32ae
Show More
subslides.tpl
15 lines | 287 B | application/vnd.groove-tool-template | SmartyLexer
{%- extends 'reveal_cells.tpl' -%}
{%- 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 -%}