TIL: ERB verbatim tag
TIL about the new-ish "verbatim" ERB tag:

TIL about the new-ish "verbatim" ERB tag: <%==
https://guides.rubyonrails.org/active_support_core_extensions.html#safe-strings
<%= raw something %>
is equivalent to:
<%== something %>