Statische Tags

Framebox


HTML-Escape

// Demo zur Verwendung von htmlescape mit einer enthaltenen Quelldatei. // Die HTML-Zeichen <, > und & sind hier zulässig. public class Foo { private Map dictionary; public void addItem(String key, String value) { if (key != null && !key.equals("")) { dictionary.add(key, value); } } }

Zeichensatz

  • Artikel: a
  • Betreff: Wörterbuch
  • A

Setvar-Englisch

  • Google ABCD (Alpha)
  • Google ABCD (Beta)
  • Google-ABCD-Gamma

Ohne Leerzeichen

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

Wortwörtlich

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

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