-
Notifications
You must be signed in to change notification settings - Fork 1
Extension org.gramar.base Tag userRegion
chrisgerken edited this page Sep 14, 2015
·
2 revisions
The userRegion tag scopes a region of template processing that might be modified by the user after generation and should therefore be kept (not overwritten on subsequent gramar invocations).
The userRegion tag will contain a single initialCode tag that breaks the userRegion tag content into three sections: before eyecatcher, modifiable content and after eyecatcher. The before and after eyecatchers may contain other Gramar markup tags and are used to locate the modifiable region in existing files.
Place a taglib
element within <taglibs>
element in the gramar.config file in the root of your gramar:
<taglibs>
<taglib prefix="c" extension="org.gramar.base" />
</taglibs>
Return to org.gramar.base