{# Goal card with read-time progress. Expects a goal dict with progress fields. #}
{{ goal.description }}
{% endif %} {% set pct = goal.percentage if goal.percentage is defined else 0 %} {% with percentage=pct, label=false %} {% include "partials/progress_bar.html" %} {% endwith %}