module Webgen::ContentProcessor::Tags

Processes special webgen tags to provide dynamic content.

webgen tags are an easy way to add dynamically generated content to websites, for example menus or breadcrumb trails.

See Webgen::Tag and all the classes in its namespace for further information.

Public Class Methods

call(context)

Replace all webgen tags in the content of context with the rendered content.