middleman--middleman/middleman-core/fixtures/padrino-helpers-app/config.rb

10 lines
109 B
Ruby

# frozen_string_literal: true
helpers do
def title
content_tag :h1 do
'Title'
end
end
end