toPartialInput method

String toPartialInput()

returns the fileName wrapped with {{~ and }}

Implementation

String toPartialInput() {
  return '{{> $fileName }}';
}