--- import { useInlineScript } from "../framework/page-resources"; const number = Math.floor(Math.random() * 999999) + 1; useInlineScript("qa_things_random"); ---
{number}