Creates a template definition.
- Namespace
- Statiq
.Web - Containing Type
- Template
Syntax
public Template(ContentType contentType, Phase phase, IModule module)
Parameters
Name | Type | Description |
---|---|---|
contentType | ContentType | The type of content this template applies to. |
phase | Phase | The phase this template applies to (Process or PostProcess ). |
module | IModule | The template module to execute. |