Open javiertg opened 11 years ago
Hi, javiertg.
How do you suppose to use it? Would you give us an example?
my idea is to use it in a conventional MVC3/4-like way. I am looking for a base template (Layout) where render the content of my pantillas (someting like a Master.Page and a .aspx page liked to that master) at @RenderBody() project similar to RazorMachine
I would like to vote for this feature
Hi, javiertg and ewgenym, I will try investigate this feature and implement it when will have some time for RazorTemplate.
How can i use Layouts? I try to use @{ Layout = "_Layout.cshtml"; } and fail the compliter. The Layout name not found.