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