Привет, я полный Noob в scalate / scaml (я пометил haml, поскольку scaml и haml похожи). У меня есть шаблон, который выглядит так:
-@ var customer : com.x.model.Customer
!!!
%html
%body
%p Contact:
%a{:href => 'mailto:#{customer.email}'}=customer.contact
Строка% p помечена этой ошибкой:
org.fusesource.scalate.InvalidSyntaxException: Illegal nesting: content can't be given on the same line as html element or nested within it if the tag is closed at 16.17