mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00: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>
|