summaryrefslogtreecommitdiffstats
path: root/templates/shortcodes/figure.html
blob: f21dccecef1451b566667de6f2c0306397409389 (plain) (blame)
1
2
3
4
5
6
<div class="figure">
	<img src="/{{ page.path | safe }}{{ img }}" {% if alt %}alt="[{{ alt }}]"{% endif %}>
	<div class="caption">
		{{ body }}
	</div>
</div>