Sha256: 2decc390771656aa72e3f862eadc3ac3f223d9df2f4ea9fb45c91605052af38c

Contents?: true

Size: 665 Bytes

Versions: 1

Compression:

Stored size: 665 Bytes

Contents

- _author = document.attr :author
- _id = (_id = id) && title == '!' && !(local_attr? :id) ? nil : _id
- _editable = (option? :editable) ? 'true' : nil
- _spellcheck = _editable ? 'false' : nil
section.speaker id=_id class=role data-title=(local_attr 'reftext')
  header
    h2 contenteditable=_editable spellcheck=_spellcheck =_author
    h3 contenteditable=_editable spellcheck=_spellcheck =document.attr :position
  figure.image.headshot
    img src=(image_uri document.attr :avatar) alt=_author
  p.contact contenteditable=_editable spellcheck=_spellcheck #{document.attr :twitter} | #{document.attr :email}
  - unless (_content = content).empty?
    =_content

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
asciidoctor-bespoke-1.0.0.alpha.1 templates/slim/slide_speaker.html.slim