In fact I have found a way:
http://pastebin.com/7jQDVLBR
The problem is your method is that I need to prefix the name with
"person".
On 12 mar, 14:21, Alessandro Petrelli
<
alessan...@alessandropetrelli.com> wrote:
> Hi,
> the block tag usage is intended for inheriting/extending a template and
> doesn't work the way you tried to use it.
> Instead, check the example in our website athttp://
dotliquidmarkup.org/try-online, it should be a good start.
> After you have modeled the class according to your needs, your template
> should look like this:
> hi {{ name }} \n\n hello {{
person.name }}
> if you plan to use the ruby naming convention, or
> hi {{ Name }} \n\n hello {{ Person.Name }}
> if you plan to use the c# naming convention.
>
> AP
>