1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/textproc/p5-dTemplate/pkg-descr
Will Andrews 6940673a36 Add p5-dTemplate 1.0, a perl module aspiring to be the most powerful
general purpose templating system.

PR:		23484
Submitted by:	Jeremy Shaffner <jeremy@external.org>
2000-12-19 09:44:43 +00:00

8 lines
286 B
Plaintext

This module wants to be the most powerful general purpose
templating system. It has a very clear and easy to learn
syntax with the styling capabilities.
All you need to use this: put $TEMPLATE_VARIABLE$ into
your dTemplates, define them, and parse them. (You can
write $ signs as $$).