Dancer2-Template-TemplateFlute

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

              currency:
                options:
                  int_curr_symbol: "$"
              image:
                class: "Flowers::Filters::Image"

  ADJUSTING URIS
    We automatically adjust links in the templates if the value of
    "request-"path> is different from "request-"path_info>.

  EMBEDDING IMAGES IN EMAILS
    If you pass a value named "email_cids", which should be an empty hash
    reference, all the images "src" attributes will be rewritten using the
    CIDs, and the reference will be populated with an hashref, as documented
    in Template::Flute

    Further options for the CIDs should be passed in an optional value named
    "cids". See Template::Flute for them.

  DISABLE OBJECT AUTODETECTION
    Sometimes you want to pass values to a template which are objects, but

lib/Dancer2/Template/TemplateFlute.pm  view on Meta::CPAN

            options:
              int_curr_symbol: "$"
          image:
            class: "Flowers::Filters::Image"

=head2 ADJUSTING URIS

We automatically adjust links in the templates if the value of
C<request->path> is different from C<request->path_info>.

=head2 EMBEDDING IMAGES IN EMAILS

If you pass a value named C<email_cids>, which should be an empty hash
reference, all the images C<src> attributes will be rewritten using
the CIDs, and the reference will be populated with an hashref, as
documented in L<Template::Flute>

Further options for the CIDs should be passed in an optional value
named C<cids>. See L<Template::Flute> for them.




( run in 1.025 second using v1.01-cache-2.11-cpan-71847e10f99 )