toPartialFile method

String toPartialFile()

returns the fileName wrapped with {{> and }}

Implementation

String toPartialFile() {
  return '{{~ $fileName }}';
}