erynwells.me/layouts/shortcodes/figures/p5.html

4 lines
154 B
HTML

{{- $id := .Get "id" -}}
<div class="centered">
<figure class="p5-sketch {{ with .Get "bordered" }}bordered{{ end }}" id="{{ $id }}"></figure>
</div>