<input type="number" x-model="inputValue" min="1" max="{{ page.paginator.num_pages }}"
placeholder="Enter a number">
<button type="button" hx-get="?page={{ ????? }}">Go</button>
here is the code extending it from the htmx example to create a go to page for partial load pagination https://github.com/adamchainz/django-htmx/tree/main/example
The problem is that I am not able to configure hx-get to take the value of inputValue field.