blob: 12538168247a43fb1f59ec233bc3ca3993ccdf72 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
Template::Declare is a pure-perl declarative HTML templating system.
A few key features and buzzwords:
- All templates are 100% pure perl code
- Simple declarative syntax
- No angle brackets
- Mixins
- Inheritance
- Public and private templates
WWW: http://search.cpan.org/dist/Template-Declare/
|