$def with (goals) $# Renders a collection of reading goals progress components. $# $# goals : list[YearlyGoal] : Chronological list of yearly goal dictionaries $# YearlyGoal.year : int : The year this goal was set $# YearlyGoal.goal : int : The amount of books desired to be read $# YearlyGoal.books_read : int : The amount of books finished this year $# YearlyGoal.progress : int : Percent of goal achieved