##// END OF EJS Templates
Got both of the main template formats from sphinx rendering....
Got both of the main template formats from sphinx rendering. Todo: [ ] Fill with NB data [ ] Move latex around and make use of latex base

File last commit:

r9662:da06655a
r9746:b09ea978
Show More
slides.tpl
17 lines | 307 B | application/vnd.groove-tool-template | SmartyLexer
{%- extends '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 -%}