Using liquid templated dynamic html with capacitor

Hi,
I am trying to reuse my web app code in native apps and came across Capacitor. It looks great! But I ran into something and I don’t know if or how it can be solved with Ionic or Capacitor.
My use case:
The webapp is build in html, css and js. The html is created dynamically and filled with data using liquid template language. Is it possible to use these webpages in either of these frameworks?
I tried it with Capacitor and it returns my webpage in an ios app with the {% … %} tags still there… Is there a workaround or plugin?
Thanks

No, you cannot use liquid templates. Liquid templates are for ruby web apps.

Capacitor expects Javascript web apps.

Thanks for your swift reply. That’s too bad, but good to know…