##// 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 4 {%- block any_cell scoped -%}
5 5 {%- if cell.metadata.slide_type in ['subslide'] -%}
6 6 <section>
7 7 {%- endif -%}
8 8
9 9 {{ super() }}
10 10
11 11 {%- if cell.metadata.slide_helper in ['subslide_end'] -%}
12 12 </section>
13 13 {%- endif -%}
14 14 {%- endblock any_cell -%}
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now