Home | Online Examples | Documentation | Forum | Page of Project | Download

TPLN Manual

Template files

Declaration of a variable
Declaration of a bloc
Before beginning

 

Declaration of a bloc

The declaration of the blocs makes itself with the help of the accolades '<bloc::nom></bloc::nom>' in your file template.


<html>
<body>
<bloc::my_bloc> {variable} </bloc::my_bloc>
</body>
</html>


Attention !
The name of the blocs must not possess one of these characters """, "'", "* ", " ", "\ n", "\ t."
TopTop