Add asciinema support

This commit is contained in:
Jade Lovelace 2023-04-02 18:21:49 -07:00
parent 981b8ad067
commit 866fe408e4
9 changed files with 2930 additions and 12 deletions

View file

@ -0,0 +1,7 @@
{%- import "macros/asciinema.html" as asciinema -%}
{{ asciinema::asciinema(
path=path,
colocated=colocated | default(value=false),
preload=preload | default(value=false)
) }}