This repository has been archived by the owner on Jun 12, 2020. It is now read-only.
Add a shortcut for templates/sub-parts containg no includes to skip parsing #21
Labels
discuss
A raw concept that needs discussion whether it is a good addition.
As an optimization it would be nice if a template does not contain any includes, can indicate that the content can be passed straight into the result with no parsing at all (ignoring the the content tag)
Also includes that have no need for a "content"-tags and does not need any parsing could indicate that. This could be useful for json objects for analytics.
<c-include path="..." mode="parse/**pipe**"></c-include>
The text was updated successfully, but these errors were encountered: