##// END OF EJS Templates
reorder slide branch per review
MinRK -
Show More
@@ -2,15 +2,15 b''
2 {% from 'mathjax.tpl' import mathjax %}
2 {% from 'mathjax.tpl' import mathjax %}
3
3
4 {%- block any_cell scoped -%}
4 {%- block any_cell scoped -%}
5 {%- if cell.metadata.slide_type in ['-'] -%}
5 {%- if cell.metadata.slide_type in ['slide'] -%}
6 {{ super() }}
7 {%- elif cell.metadata.slide_type in ['slide'] -%}
8 <section>
6 <section>
9 <section>
7 <section>
10 {{ super() }}
8 {{ super() }}
11 {%- elif cell.metadata.slide_type in ['subslide'] -%}
9 {%- elif cell.metadata.slide_type in ['subslide'] -%}
12 <section>
10 <section>
13 {{ super() }}
11 {{ super() }}
12 {%- elif cell.metadata.slide_type in ['-'] -%}
13 {{ super() }}
14 {%- elif cell.metadata.slide_type in ['skip'] -%}
14 {%- elif cell.metadata.slide_type in ['skip'] -%}
15 <div style=display:none>
15 <div style=display:none>
16 {{ super() }}
16 {{ super() }}
General Comments 0
You need to be logged in to leave comments. Login now