{{/* Wraps a screenshot in a fake browser frame, like the hero on the home page. Params (passed as a dict): image (required) — screenshot URL alt — alt text url — address shown in the URL bar (default: app.happydomain.org) */}} {{ $image := .image }} {{ $alt := .alt | default "" }} {{ $url := .url | default "app.happydomain.org" }}