When I create a simple template, but don't assign a value to all
variables in the template, PHPTal throws an error. Is there a way to
prevent this?

I'd like to create some placeholders, where I can set variables, but
they won't all be filled every time.

e.g.

<head>

<title tal:content="pagetitle"></title>

</head>

It should also be possible to render this page without setting
$title...


_______________________________________________
PHPTAL mailing list
PHPTAL@lists.motion-twin.com
http://lists.motion-twin.com/mailman/listinfo/phptal

Reply via email to