403 Forbidden - Daily quota reached or API key unauthorized

@SonGokuOnBike,

Some update on the template: I did add some of your changes, but the escaping of the backslashes sadly didn’t work. I added a comment, to escape quotes.

In a bit more detail: We use a highlighting plugin for the different code templates for readability. Before the template is passed, the quotes actually are escaped. But after beautifying it, escaped quotes are replaced by normal ones :confused: There is a setting to disable this which had no effect.

To further look into this is not really worth the outcome right now.
I know it should be a one click running template, but it has to stay like this for now.

We are using the vue-markdown component to render the templates and PrismJS for highlighting if someone wants to investigate this.

Best regards