Browser

browser

  • browser: Shows a browser mockup with custom URL and content.
    Parameters:
    • url: The URL to display in the browser toolbar.
    • content: The content to display inside the browser window.
{{ browser(url="https://example.com", content="Welcome to Example!") }}
https://example.com
Welcome to Example!