You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
Enable grouping of templates (with configuration) to allow control of which group and when and where they are generated.
You'll first configure the template groups which will contain default configuration of how to interpret groups. For example, default configuration would dictate to interpret folders inside the root templates folder as groups. This way you can generate just the templates that you need in a certain page using something like Generator.Generate("Name of the group").
The text was updated successfully, but these errors were encountered:
Enable grouping of templates (with configuration) to allow control of which group and when and where they are generated.
You'll first configure the template groups which will contain default configuration of how to interpret groups. For example, default configuration would dictate to interpret folders inside the root templates folder as groups. This way you can generate just the templates that you need in a certain page using something like
Generator.Generate("Name of the group")
.The text was updated successfully, but these errors were encountered: