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