{
    "content": [
        {
            "type": "text",
            "text": "# Template::Tools (perldoc)\n\n## NAME\n\nTemplate::Tools - Command Line Tools for the Template Toolkit\n\n## Sections\n\n- **NAME**\n- **Template Tools**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Template::Tools",
        "section": "",
        "mode": "perldoc",
        "summary": "Template::Tools - Command Line Tools for the Template Toolkit",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "Template Tools",
                "lines": 24,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Template::Tools - Command Line Tools for the Template Toolkit\n",
                "subsections": []
            },
            "Template Tools": {
                "content": "The Template Toolkit includes the following command line tools for processing templates.\n\ntpage\nThe tpage script can be used to process a single template using the Template Toolkit.\n\n$ tpage --define msg=\"Hello World\" greeting.tt2\n\nUse the \"-h\" option to get a summary of options:\n\n$ tpage -h\n\nSee the Template::Tools::tpage documentation for further information and examples of use.\n\nttree\nThe ttree script can be used to process an entire directory of templates.\n\n$ ttree --src /path/to/templates --dest /path/to/output\n\nUse the \"-h\" option to get a summary of options:\n\n$ ttree -h\n\nSee the Template::Tools::ttree documentation for further information and examples of use.\n",
                "subsections": []
            }
        }
    }
}