mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-09 02:09:38 +00:00
added commands to create/delete/list usernotes
This commit is contained in:
@@ -33,6 +33,7 @@ public interface TemplateService {
|
||||
* @return The template rendered as string.
|
||||
*/
|
||||
String renderTemplate(String key, Object model);
|
||||
String renderSimpleTemplate(String key);
|
||||
|
||||
String renderTemplatable(Templatable templatable);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user