Screenshot of code in hx . ~/P/d/app: Highlighted code reads: <content for=${PAGE.head}> <script src="https://js.stripe.com/v3/"></script> </content> Full code shown: // @ts-check import { html, PAGE } from '@small-web/kitten' import { db } from '@app/database' const STRIPE = 2 export default _ => { const stripe = db.settings.payment.providers[STRIPE] return html` <content for=${PAGE.head}> <script src="https://js.stripe.com/v3/"></script> </content> <div class='PaymentProviderStripe'> <h3>Instructions </h3> <ol> <li>Get a <a href='https://stripe.com'>Stripe</a> account.</li> <li>Accept your <a href='https://stripe.com/dpa/legal'>Data Processing Addendum</a> (GDPR). Download and print a copy, sign it and keep it safe.</li> <li> <p>From your <a href='https://dashboard.stripe.com/dashboard'>Stripe dashboard</a>, get your <em>test API keys</em> and your live API keys and enter them below.</p>
https://s3-eu-central-1.amazonaws.com/mastodon-aral/media_attachments/files/110/214/132/974/853/260/original/41e868689fbb2429.png