##// END OF EJS Templates
Deleting the counterpart of the dict in the templates.
damianavila -
Show More
@@ -1,14 +1,14 b''
1 {%- extends 'reveal_internals/align_reveal_cells.tpl' -%}
1 {%- extends 'reveal_internals/reveal_cells.tpl' -%}
2
2
3
3
4 {%- block any_cell scoped -%}
4 {%- block any_cell scoped -%}
5 {%- if cell.metadata.slide_type in ['subslide'] -%}
5 {%- if cell.metadata.slide_type in ['subslide'] -%}
6 <section>
6 <section>
7 {%- endif -%}
7 {%- endif -%}
8
8
9 {{ super() }}
9 {{ super() }}
10
10
11 {%- if cell.metadata.slide_helper in ['subslide_end'] -%}
11 {%- if cell.metadata.slide_helper in ['subslide_end'] -%}
12 </section>
12 </section>
13 {%- endif -%}
13 {%- endif -%}
14 {%- endblock any_cell -%}
14 {%- endblock any_cell -%}
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now