`$= '![Image|360](' + dv.current().image + ')'` ```dataviewjs if (dv.current().watched) { dv.paragraph(`> [!SUCCESS] \`INPUT[toggle:watched]\` watched \n `); } else { dv.paragraph(`> [!WARNING] \`INPUT[toggle:watched]\` not yet watched`); } ``` **Rating**: `INPUT[slider(addLabels, minValue(0), maxValue(10)):personalRating]` (`$= dv.current().personalRating` out of 10) **Genres**: ```dataviewjs dv.current().genres.length === 0 ? dv.span(' - none') : dv.list(dv.current().genres) ``` ```dataviewjs if (!dv.current().released) { dv.span('**Not released** The movie is not yet released.') } ``` [[Movies]] ## Thoughts Watched it with the Maternal Unit. It was good! Being black is both awesome and difficult. Seeing Joseph reconnect with his culture almost made me cry. Also the [final song](https://www.youtube.com/watch?v=i5Cg0GkyDWw&t=15) slapped, I definitely will be getting the OST for this movie, which I don't do often. Wild that this man's history got erased, but unsurprising. I like finding movies I can watch with my mom.