perl-html-template
HTML-like templates
This module attempts to 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>
, <TMPL_ELSE>
and <TMPL_UNLESS>
. The file written with HTML and these new tags is called a template. Using this module you fill in the values for the variables, loops and branches declared in the template. This allows you to separate design from the data.
- Versions: 2.97
- Website: https://metacpan.org/release/HTML-Template
- Licenses: GPL 1+
- Package source: gnu/packages/web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of perl-html-template
as follows:
guix install perl-html-template
Or install a particular version:
guix install perl-html-template@2.97
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.