|
|
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." |
|