##// END OF EJS Templates
add `-a` to easy_install command in libedit warning...
add `-a` to easy_install command in libedit warning needed if someone has accidentally installed with pip, in which case `easy_install readline` is a no-op.

File last commit:

r11770:6b8a9d57
r12801:07b4962b
Show More
subslides.tpl
14 lines | 313 B | application/vnd.groove-tool-template | SmartyLexer
{%- extends 'reveal_internals/align_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 -%}