Представление ActiveWeb - <@compress single_line = true>

Интересно, для чего используется следующее объявление / макрос (я отображаю пользовательский ответ JSON):

<@compress single_line=true>
{
  attribute_1: ${my_model.attribute_1},
  attribute_2: ${my_model.attribute_2},
  attribute_3: ${my_model.attribute_3},
}
</@compress>

Спасибо.

1 ответ

Это особенность FreeMarker, см. https://freemarker.apache.org/docs/dgui_misc_whitespace.html

Другие вопросы по тегам