정적 태그

액자


HTML 이스케이프

// 포함된 소스 파일과 함께 htmlEsc를 사용하는 데모입니다. // 여기에서 HTML 문자 <, > 및 &를 사용할 수 있습니다. public class Foo { private Map dictionary; public void addItem(String key, String value) { if (key != null && !key.equals("")) { dictionary.add(key, value); } } }

설정

  • 도움말:
  • subject: 사전
  • A

세트바

  • Google ABCD 알파
  • Google ABCD 베타
  • Google ABCD 감마

공간 없음

This whitespace should be unchanged
      also no changes
      to lines like this
    

완전일치

    {% if foo == "bar" %}
      This is foo.
    {% else %}
      This is baz.
    {% endif %}

    {% setvar name "world" %}
    Hello {{ name }}!