Perl module to use HTML Templates
This module attempts make using HTML templates simple and natural. It extends standard HTML with a few new HTML-esque tags - <TMPL_VAR>, <TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF> and <TMPL_ELSE>. The file written with HTML and these new tags is called a template. It is usually saved separate from your script - possibly even created by someone else! Using this module you fill in the values for the variables, loops and branches declared in the template. This allows you to separate design - the HTML - from the data, which you generate in the Perl script.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 2.97-24.fc41 | - |
Fedora 41 | 2.97-24.fc41 | - |
Fedora 40 | 2.97-23.fc40 | - |
Fedora 39 | 2.97-21.fc39 | - |
Fedora EPEL 9 | 2.97-16.el9 | - |
Fedora EPEL 8 | 2.97-10.el8 | - |
You can contact the maintainers of this package via email at
perl-HTML-Template dash maintainers at fedoraproject dot org
.