mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
8 lines
246 B
HTML
8 lines
246 B
HTML
<!-- rfc5228 -->
|
|
elsif
|
|
<div data-bind="template: {name: $root.templateName(test), data: test}"></div>
|
|
{
|
|
<div style="padding-left:4em" data-bind="foreach: commands">
|
|
<div data-bind="template: {name: $root.templateName($data)}"></div>
|
|
</div>
|
|
}
|