How can I assign a product to my subscription page on an e-commerce platform?

Hi,

I am trying to build a dedicated subscription page for my Shopify store. However, I can’t find out how to put up products on the page. I am essentially trying to copy the product template and cut out a few items and add an option to buy a subscription instead. But when I try to use objects, such as product.title, or a product form, it says that there is no product associated with the page.

Is there a way I can ‘assign’ a product to the page manually in order for me to access it’s elements such as the product id or the product title?

Here is an example of the error that pops up: “Liquid error (sections/subscription-template.liquid line 38): product form must be given a product”

I am essentially trying to build a page like this:

But I can’t find out how to put up the specific product with all of the details of the product on the page.

Thanks!