{# Lumen animated eye — reusable in awakening, chat avatar, anywhere. Usage: {% from "_partials/animated_eye.html" import animated_eye, eye_styles %} {{ eye_styles() }} {{ animated_eye(size="full") }} {{ animated_eye(size="mini") }} {{ animated_eye(size="boot") }} Colors come from tokens.html — uses var(--lumen-blue) etc. Drops in any page that already includes tokens.html. #} {% macro eye_styles() -%} {%- endmacro %} {% macro animated_eye(size="full") -%} {%- endmacro %}