Introduction
The Render Layer is a extendible and pragmatic way to write your render pipeline. It allows you to write HTML declaratively and use the full power of the backend to render it.
So, for example, instead of writing this:
You can write this:
The result is the same, but the second example is more readable and maintainable, not to mention that it integrates better with Approach as a whole.