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

5 lines
154 B
HTML
Raw Normal View History

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