{%- extends 'reveal_cells.tpl' -%} {%- block any_cell scoped -%} {%- if cell.metadata.align_type in ['Left'] -%} {{ super() }} {%- elif cell.metadata.align_type in ['center'] -%}
{{ super() }}
{%- elif cell.metadata.align_type in ['right'] -%}
{{ super() }}
{%- endif -%} {%- endblock any_cell -%}