Create a '/products' endpoint to list all platform products, following the UX prototype in the 'ux-prototype' repository, with the HTML file named 'home_products.html' in the 'templates' directory.
We need to have an endpoint to list all the product in our platform. This endpoint will be in /products. The view will be implemented according to the ux-prototype repository (https://github.com/OpenUnited/ux-prototype). The HTML file can be found in templates/ with the name home_products.html.
Test agreement empty template