FreeMarker syntax is invalid.

?substring(...) argument #2 had invalid value: The index mustn't be greater than the length of the string, 0, but it was 1.

----
FTL stack trace ("~" means nesting-related):
- Failed at: ${FName?substring(0, 1)} [in template "template_id" at line 7, column 35]
----

Wishlist