parseTemplate

Parses a diamond template.

parseTemplate
(
string content
)

Parameters

content string

The content of the diamond template to parse.

Return Value

Type: auto

An associative array of arrays holding the section's template parts.

Meta