**CLASS** # `TemplateEngine.Stencil.Filter.RelativeToModule` ```swift public class RelativeToModule: Base, StencilFilterInterface ``` A stencil filter that returns the path relative to the module being processed ## Methods ### `run(_:)` ```swift public func run(_ value: Any?) throws -> Any ```