The \verse carries the following def.
The verse environment doesn’t seem to need the 100% width but we include it because it costs nothing and without it there is a slight deviation in the left margin from the quotation environments The groups are for enclosed groups.
In LaTeX, these environment mainly enlarge the margins.
The zero margins are in particular important for avoiding extra spaces in nested verbatim environments.
<..config book-report-article shared..>+
\append:def\quotation{\a:quotation\par\@totalleftmargin=\z@}
\NewConfigure{quotation}{1}
-_-_-
<..config book-report-article utilities..>
\append:def\quote{\par\@totalleftmargin=\z@}
-_-_-