=head1 NAME Template::Parser::RemoteInclude - call remote template-server inside your template =head1 DESCRIPTION You can write your own html aggregator for block build pages. However, this module allows you to make remote calls directly from the template. This is very useful when your project have a template server. This module allows you to make any http-requests from template. Depends on L and L. L faster than L. L much faster than L ;) Use and enjoy! =head1 NOTE =over 4 =item * Directive C like C, but call remote uri. =item * Parser does not know anything about L, but knows about the variables passed in C. =item * Content of the response can be as a simple html or a new template =item * Contents of the response is recursively scanned for directives C and makes additional request if necessary =item * The best option when your template-server is located on the localhost =back =head1 SYNOPSIS create C