mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
14 lines
302 B
HTML
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>
|