Method: Spider::TemplateBlocks::Block#parse_content

Defined in:
lib/spiderfw/templates/template_blocks.rb

#parse_content(el) ⇒ Object



102
103
104
# File 'lib/spiderfw/templates/template_blocks.rb', line 102

def parse_content(el)
    TemplateBlocks.parse_content(el, @allowed_blocks, @template)
end