{
    "content": [
        {
            "type": "text",
            "text": "# Template::Plugin::View (perldoc)\n\n## NAME\n\nTemplate::Plugin::View - Plugin to create views (Template::View)\n\n## SYNOPSIS\n\n[% USE view(\nprefix = 'splash/'          # template prefix/suffix\nsuffix = '.tt2'\nbgcol  = '#ffffff'          # and any other variables you\nstyle  = 'Fancy HTML'       # care to define as view metadata,\nitems  = [ foo, bar.baz ]   # including complex data and\nfoo    = bar ? baz : x.y.z  # expressions\n%]\n[% view.title %]                    # access view metadata\n[% view.header(title = 'Foo!') %]   # view \"methods\" process blocks or\n[% view.footer %]                   # templates with prefix/suffix added\n\n## DESCRIPTION\n\nThis plugin module creates Template::View objects. Views are an experimental feature and are\nsubject to change in the near future. In the mean time, please consult Template::View for\nfurther info.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHOR**\n- **COPYRIGHT**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Template::Plugin::View",
        "section": "",
        "mode": "perldoc",
        "summary": "Template::Plugin::View - Plugin to create views (Template::View)",
        "synopsis": "[% USE view(\nprefix = 'splash/'          # template prefix/suffix\nsuffix = '.tt2'\nbgcol  = '#ffffff'          # and any other variables you\nstyle  = 'Fancy HTML'       # care to define as view metadata,\nitems  = [ foo, bar.baz ]   # including complex data and\nfoo    = bar ? baz : x.y.z  # expressions\n%]\n[% view.title %]                    # access view metadata\n[% view.header(title = 'Foo!') %]   # view \"methods\" process blocks or\n[% view.footer %]                   # templates with prefix/suffix added",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 14,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Template::Plugin::View - Plugin to create views (Template::View)\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "[% USE view(\nprefix = 'splash/'          # template prefix/suffix\nsuffix = '.tt2'\nbgcol  = '#ffffff'          # and any other variables you\nstyle  = 'Fancy HTML'       # care to define as view metadata,\nitems  = [ foo, bar.baz ]   # including complex data and\nfoo    = bar ? baz : x.y.z  # expressions\n%]\n\n[% view.title %]                    # access view metadata\n\n[% view.header(title = 'Foo!') %]   # view \"methods\" process blocks or\n[% view.footer %]                   # templates with prefix/suffix added\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This plugin module creates Template::View objects. Views are an experimental feature and are\nsubject to change in the near future. In the mean time, please consult Template::View for\nfurther info.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Andy Wardley <abw@wardley.org> <http://wardley.org/>\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.\n\nThis module is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Template::Plugin, Template::View, Template::Manual::Views\n",
                "subsections": []
            }
        }
    }
}