How to render HTML templates in Pedestal?

Viewed 391

I am going over the Pedestal docs at

https://github.com/pedestal/pedestal/tree/master/guides/documentation

There are no examples for how to render html from templates. Does pedestal even have this functionality? If so, can anyone please explain how this works, with an example...

1 Answers
Related