2022-08-20 09:38:27 -07:00
|
|
|
{{ $id := .Get "id" }}
|
2022-10-30 11:39:33 -07:00
|
|
|
{{ .Page.Store.Set "includes_p5_sketch" true }}
|
2022-08-20 09:38:27 -07:00
|
|
|
<div class="centered">
|
|
|
|
<figure class="p5-sketch {{ with .Get "bordered" }}bordered{{ end }}" id="{{ $id }}"></figure>
|
|
|
|
</div>
|