<% int dotCount = docType.packageName.count('.') String pathPref = '../' * (dotCount + 1) %>
Package: ${docType.packageName}

${docType.interface ? 'Interface' : 'Class'} ${docType.simpleClassName}