Genie Discord forum

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"))

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

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