tawny/app/templates_src/components.lisp

10 lines
287 B
Common Lisp
Raw Normal View History

2025-08-24 17:58:39 -04:00
(text "{% macro avatar(id, size=\"24px\") -%}")
(img
("title" "User avatar")
("src" "{{ config.service_hosts.buckets }}/avatars/{{ id }}")
("alt" "User avatar")
("class" "avatar shadow")
("loading" "lazy")
("style" "--size: {{ size }}"))
(text "{%- endmacro %}")