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