This commit is contained in:
2026-06-26 11:31:08 -06:00
parent 3382f6d33f
commit 4de7c25d59

View File

@@ -11,7 +11,7 @@
</head> </head>
<body> <body>
<a href="/">&lt;&lt; back</a> <a href="/">&lt;&lt; back</a>
<h1>Perl HTML templating</h1> <h1>HTML::Composer and Perl HTML templating</h1>
<div><small>June 25th, 2026</small></div> <div><small>June 25th, 2026</small></div>
<p> <p>
Perl has some great templating libraries for HTML. Most of them are pretty fast, and do what you want. Perl has some great templating libraries for HTML. Most of them are pretty fast, and do what you want.