{% slot %}
{#- chirp-ui: Comment component Nested comment with avatar, author, body, optional replies link. Named slot: actions (footer actions, e.g. Reply button). Usage: from "chirpui/comment.html" import comment, comment_thread from "chirpui/avatar.html" import avatar call comment(author="Alice", time="1h ago", avatar_src="/a.jpg")
Great post! Thanks for sharing.
end call comment(author="Bob", time="2h ago")I agree with this.
{% slot actions %}Reply{% end %} end -#} {% def comment(author, time=none, href=none, avatar_src=none, avatar_initials=none, replies_url=none, replies_count=none, cls="") %}