Etichete statice

Framebox


HTML Escape

// Demo de folosire a htmlescape cu un fișier sursă inclus. // Caracterele HTML <, > și & sunt OK aici. public class Foo { private Map Dictionary; public void addItem(String key, String value) { if (key != null && !key.equals("")) { dictionary.add(key, value); } } }

A stabilit

  • articol: a
  • subiect: dicționar
  • A

Setvar

  • Google ABCD Alpha
  • Google ABCD Beta
  • Google ABCD Gamma

Fără spațiu

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

Verbatim

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

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