Переключить регистр в синтаксисе dwoo - PullRequest
3 голосов
/ 02 ноября 2010

Как сделать синтаксис регистра переключателей с помощью шаблонизатора Dwoo.

1 Ответ

0 голосов
/ 18 февраля 2011
{if 3 == 5}
  never gonna happen
{elseif 3 == 3}
  if you don't see this, the world is coming to its end
{else}
  this will never happen, unless, as previously mentionned, the world is coming to its end
{/if}

http://wiki.dwoo.org/index.php/If

...