##// END OF EJS Templates
Backport PR #4142: DOC: unwrap openssl line in public_server doc...
Backport PR #4142: DOC: unwrap openssl line in public_server doc was inappropriately hard-wrapped, potentially causing bad copy/paste

File last commit:

r11770:6b8a9d57
r12350:4914ce5d
Show More
slides.tpl
16 lines | 327 B | application/vnd.groove-tool-template | SmartyLexer
{%- extends 'reveal_internals/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 -%}