max / makenotwork
| 1 | {# Notes on the object a page is showing. Described, not written: the members |
| 2 | and the reasoning are in `crate::quasi::widgets::git_notes`. Shared by the |
| 3 | commit page (notes on the commit) and the file view (notes on the blob), so |
| 4 | the two cannot drift. Expects `notes: Vec`. #} |
| 5 | {{ crate::quasi::widgets::git_notes::html(notes)|safe }} |
| 6 |