jehugaleahsa / mustache-sharp

An extension of the mustache text template engine for .NET.
The Unlicense
306 stars 78 forks source link

feature request: unclude tag #41

Open rukeba opened 9 years ago

rukeba commented 9 years ago

It would be great if mustache has support of include tag:

{{#include 'path-to-other-mustache-template-file.html'}}
ryanulit commented 9 years ago

+1. A use case would be for when you want a footer on all emails sent out. Personally I just started using mustache-sharp for email template generation, so this would make things easier in that scenario.