module YARD::Templates::Helpers::BaseHelper

def h(text)

be some helper to "clean up" text for whatever, this is it.
Escapes text. This is used a lot by the HtmlHelper and there should
def h(text)
  text
end