objective categorical abstract machine language personal data server

Handle HTML `role` now being variant instead of string

futur.blue fd4b04fa 20afdee2

verified
+2 -2
+2 -2
pegasus/lib/emails/emailTemplate.mlx
··· 14 14 style=( "margin: 0; padding: 0; background-color: " ^ Colors.feather_100 15 15 ^ "; font-family: " ^ Fonts.sans ^ ";" )> 16 16 <table 17 - role="presentation" 17 + role=`presentation 18 18 cellspacing="0" 19 19 cellpadding="0" 20 20 width="100%" ··· 22 22 <tr> 23 23 <td style="padding: 40px 20px;"> 24 24 <table 25 - role="presentation" 25 + role=`presentation 26 26 cellspacing="0" 27 27 cellpadding="0" 28 28 width="600"