module Webgen::Context::WebgenTags
Provides methods for using webgen tags.
Public Instance Methods
tag(name, params = {}, body = '')
Returns the result of evaluating the webgen tag name
with the tag parameters params
and the body
in the current context.
Have a look at Webgen::Tag
for more information about webgen tags!
This method is useful when you want to have the functionality of webgen tags available but you don't want to use the content processor for them. Or, for example, if the used markup language uses a similar markup as webgen tags do and therefore you can't use the normal webgen tags content processor.