Where to host a template
These are static files, so hosting is genuinely free on several services with no trial that expires.
A template is plain HTML, CSS and JavaScript with no build step and no server code, which is the cheapest possible thing to host.
Cloudflare Pages and Netlify both host sites like this free, with no trial period that runs out. Drag the unzipped folder into either one, or point it at a Git repository, and it is live.
There is nothing to configure: no Node version, no build command, no environment variables, unless you add something that needs them.
What you actually pay for
Hosting is free. The recurring cost is a domain, usually a few hundred pesos a year. Both services give you a free subdomain to start on, so you can launch first and add a real domain when you are ready.
Traditional web hosting works too
If you already pay for shared hosting, upload the unzipped folder to the public directory. These files have no requirements beyond a web server, so anything works.
Still stuck? Email [email protected] and say which template and what you expected to happen.