mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-07 05:18:40 -04:00
9 lines
No EOL
284 B
HTML
9 lines
No EOL
284 B
HTML
{% import "macros/figures.html" as figures %}
|
|
{{ figures::video(
|
|
src=page.colocated_path ~ src,
|
|
caption=caption,
|
|
loop=loop | default(value=false),
|
|
controls=controls | default(value=true),
|
|
autoplay=autoplay | default(value=false),
|
|
poster=poster | default(value=""))
|
|
}} |