Blocs
The declaration of bloc must be done between <bloc::bloc_name></bloc::bloc_name> inside your template file.
<html> <body>
<bloc::my_bloc> {my_variable} </bloc::my_bloc>
</body> </html>
Bloc names can only add letter, digit and `_`
The declaration of bloc must be done between <bloc::bloc_name></bloc::bloc_name> inside your template file.
<html> <body>
<bloc::my_bloc> {my_variable} </bloc::my_bloc>
</body> </html>
Bloc names can only add letter, digit and `_`