HABPanel Widget Configuration for HTML Data Transfer

Hi everyone, I’m trying to integrate a custom HTML page into my HABPanel setup. The goal is to send a numerical value from my HABPanel widget to an HTML file for processing. I’m using a widget with a parameter called fav_number, which I need to pass to my HTML file. However, I’m struggling with the correct syntax to ensure the value is sent properly instead of just a string or causing an error.

Here’s what I’ve tried so far:

html

Favourite {{config.fav_number}}

The first part correctly displays the value of fav_number, but the second part, which attempts to pass it to the HTML file, results in an error. I’ve tried various syntax variations, but nothing seems to work. Does anyone have experience with this kind of setup or know the correct way to pass the value? I’d really appreciate any help or suggestions! Thanks in advance. :blush: