+
+
Windwiderstand Thüringen
+
Termin
+
+
+
+
${day}
+
+
${date}
+ ${time ? `
${time} Uhr
` : ""}
+
+
+
${escapeHtml(titleClamped)}
+
+
+ ${
+ locClamped
+ ? `
${pinSvg}
${escapeHtml(locClamped)}
`
+ : ""
+ }
+
+
+
windwiderstand.de
+
Mit Vernunft in die Zukunft
+
+
+ `;
+
+ const reactLike = htmlToReact(template);
+
+ const svg = await satori(reactLike as Parameters