wikipedia.html

This is wikipedia.html fetched through request for /resource/wikipedia.

{% if not value %}

You can supply a value with /resource/wikipedia/value/<value> (without the angle brackets).

{% endif %} {% if value %}

The supplied value was {{value}}.

{% endif %}