Hi
 
I have problem
I use this code via your server and have error.
Help me pls
What is reason of this error.
 
Thank you in advance
 
Eeri Rassa
SD
Toompuiestee 30
Tallinn Estonia
Tel: 64 000 40
250 595 44
www.propaganda.ee
 
 
---------------------- your server answer --------------------------------------------------
!
System Unavailable

This site is currently experiencing technical difficulties. Please contact the site administrator for more information. For additional technical information, please refer to the HTML source for this page. Thank you for your patience.

 Error type:  NameError
 Error value: bob
---------------------- your server example source cod --------------------------------------------------
<dtml-var standard_html_header>
<h2><dtml-var title_or_id></h2>
<p>
This is the <dtml-var id> Document.
</p>
 
      <dtml-let name="bob"
                relation="uncle">
        <dtml-var name> is your <dtml-var relation>
      </dtml-let>
 
      <dtml-let x=5 y=7>
        <dtml-var x><dtml-var y>
      </dtml-let>

<dtml-var standard_html_footer>
----------------------------------------------------------------------