Sha256: 1a112301ab7b85f7ddf7d0e009f48ca500384fcf655b390dab7218b2e4d96096

Contents?: true

Size: 347 Bytes

Versions: 8

Compression:

Stored size: 347 Bytes

Contents

- if (has_role? 'aside') or (has_role? 'speaker') or (has_role? 'notes')
  include notes.html.slim
- else
  = html_tag('div', { :id => @id, :class => ['sidebarblock', role, ('fragment' if (option? :step) || (has_role? 'step') || (attr? 'step'))] }.merge(data_attrs(@attributes)))
    .content
      - if title?
        .title=title
      =content

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
asciidoctor-revealjs-5.1.0 templates/sidebar.html.slim
asciidoctor-revealjs-5.0.1 templates/sidebar.html.slim
asciidoctor-revealjs-5.0.0.rc1 templates/sidebar.html.slim
asciidoctor-revealjs-4.1.0 templates/sidebar.html.slim
asciidoctor-revealjs-4.1.0.rc5 templates/sidebar.html.slim
asciidoctor-revealjs-4.1.0.rc4 templates/sidebar.html.slim
asciidoctor-revealjs-4.1.0.rc3 templates/sidebar.html.slim
asciidoctor-revealjs-4.1.0.rc2 templates/sidebar.html.slim