I am trying to get up and working Stripe within Grav (I don't want to use official Grav-Stripe plugin as it includes shopping cart which in my case is unecessary).
So I am following examples on Stripe site and I need to require_once the code Stripe needs to initiate on page load. How can I achieve it inside twig page?