hi!
I'm implementing Shopify's liquid templates in a rails project. Now, what would be the most idiomatic / nicest way to load & render these templates from the database apart from
render text: "<html><body>Hello</body></html>".html_safe ?
This solution doesnt look very pretty to me.