erynwells.me/layouts/shortcodes/p5_sketch.html

4 lines
168 B
HTML
Raw Normal View History

{{ $id := .Get "id" }}
{{ .Page.Scratch.Set "includes_p5_sketch" true }}
<figure class="p5-sketch {{ with .Get "bordered" }}bordered{{ end }}" id="{{ $id }}"></figure>