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
For a simple test @include("aaa") I currently get two load(String path) calls with the parameter @include("aaa") and one tryLoadTemplate calls with parameter tmplName="aaa". I don't get what the API is trying to do here. My expectation would be that a single call getTemplateString(String path) would do. All the other logic could be IMHO hidden.
The link:
http://rythmengine.org/api/org/rythmengine/extension/ITemplateResourceLoader.html
in
http://rythmengine.org/doc/developer_guide.md#template-resource
is broken.
The text was updated successfully, but these errors were encountered: