bulma/docs/_includes/components/figure.html
2018-07-14 14:18:43 +01:00

14 lines
302 B
HTML

<figure class="bd-figure" style="{{ include.style }}">
{%
include elements/responsive-image-2x.html
path=include.path
extension=include.extension
alt=include.alt
width=include.width
height=include.height
%}
<figcaption>
{{ include.caption }}
</figcaption>
</figure>