{{ b.kind.value }}
{% if b.text %}{{ b.id }}
p.{{ b.page }}
{{ b.text | pretty_text }}
{% endif %}
{% if b.table %}
{% set t = b.table %}
{% if t.caption %}{{ t.caption }}
{% endif %}| {{ h }} | {% endfor %}
|---|
| {{ cell }} | {% endfor %}
image: {{ b.image_path }}