Genie Discord forum

Author AvatarUSMCamp0811
1/24/2023, 2:56:58 PM

what am I doing wrong here? education is a dictionary. The only thing thats getting populated is the edu.grad_dt ...

timelineentry("{{ edu.grad_dt }}", title = "{{ edu.grad_dt }}", subtitle = "{{ edu.school }}", @recur(:"edu in education"))
Author AvatarZygmunt Szpak
1/25/2023, 12:23:13 AM

Take a look at this issue for an example of using timelineentry: https://github.com/GenieFramework/StippleUI.jl/issues/84

Author AvatarUSMCamp0811
1/25/2023, 1:26:29 PM

got it thanks! yea I saw the top issue didn't see the last example.. that helped alot..