I would like to allow Markdown layouts and views in Genie, à la Jekyll. Functionality similar to string interpolation – so both $var and more complex $(...) – should be enough. Including large pieces of code into views is a bad practice anyway, so such code should go into a helper function that can be invoked via a construct like $(Helper.f(...)).