You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
heading (string, optional) - Heading text for logged-out variant.
18
+
description (string, optional) - Description text for logged-out variant.
16
19
extra_attrs (string, optional) - Extra HTML attributes for analytics (rendered raw)
17
20
18
21
Usage:
@@ -21,7 +24,23 @@
21
24
22
25
Compact (no background, no CTA):
23
26
{% include "v3/includes/_user_card.html" with username="vinniefalco" avatar_url="/img/avatar.png" compact=True %}
27
+
28
+
Logged out (heading, description, Sign up CTA):
29
+
{% include "v3/includes/_user_card.html" with logged_out=True heading="Join the Boost Community" description="Sign up to create posts, earn badges, and contribute to the community." cta_url="/sign-up/" cta_label="Sign Up" %}
0 commit comments