class SectionAnchorTemplate

def template

def template
  @template ||= ERB.new <<-EOF
    <a name='<%= content %>'></a>
  EOF
end