Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You may want to try out <a href="http://template-toolkit.org/" rel="nofollow noreferrer">Template Toolkit</a>.</p> <p><br/> <em>Here's an excerpt from the Template Toolkit <a href="http://template-toolkit.org/docs/manual/Intro.html" rel="nofollow noreferrer">Intro, Manual page</a></em>:</p> <p><br/> The Template Toolkit is a collection of Perl modules which implement a fast, flexible, powerful and extensible template processing system. It is most often used for generating dynamic web content, although it can be used equally well for processing any kind of text documents.</p> <p>At the simplest level it provides an easy way to process template files, filling in embedded variable references with their equivalent values. Here's an example of a template.</p> <pre> Dear [% name %], It has come to our attention that your account is in arrears to the sum of [% debt %]. Please settle your account before [% deadline %] or we will be forced to revoke your Licence to Thrill. The Management. </pre> <p>By default, template directives are embedded within the character sequences <strong><code>[% ... %]</code></strong> but you can change these and various other options to configure how the Template Toolkit looks, feels and works. You can set the <strong><code>INTERPOLATE</code></strong> option, for example, if you prefer to embed your variables in Perl style:</p> <pre> Dear $name, It has come to our attention that your account is in arrears to the sum of $debt. </pre> <p><em><a href="http://search.cpan.org/perldoc?Template::Toolkit" rel="nofollow noreferrer">Perldoc page</a></em></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload