--- title: Resource inMenu: true template: /plugin.template plugin: Tag/Resource --- h2(#description). Description The resource tag is used to include a resource either verbatim (i.e. its content is copied) or by its path. For more information about resources have a look at the {plugin: Core/ResourceManager}. This tag is mostly used in templates to include the webgen CSS and JS resources. h2(#examples). Examples
UsageOutput
\{resource: webgen-logo} {resource: webgen-logo}
\{resource: w3c-valid-xhtml11} {resource: w3c-valid-xhtml11}
\{resource: {name: webgen-css, insert: data}} {resource: {name: webgen-css, insert: data}}