Caja Corkboard Demo

{%if newer %}

Newer Postings ↑ Latest ⇑

{% endif %} {% for posting in postings %}
{{ posting.cajole.html }}

{% if posting.author %} {{ posting.author.nickname|escape }}{% else %} Anon{% endif %}, {{ posting.dateModified|escape }}

{% if posting.editable %}
{% endif %}
{% endfor %}

{% if user %} {{ user.nickname|escape }} {% else %}Anon{% endif %} ({{ account_link|escape }}), just now

{%if older %}

Older Postings ↓

{% endif %}

This is a Caja demo. You can enter any HTML you like, and it will display as well as we currently support and yet not allow you to take over anyone else's postings or otherwise disrupt the application (other than by making the page load slower or hang).

This site is intended to demonstrate how to straightforwardly use Caja in a web application as a “better HTML sanitizer”; see CorkboardDemo on the Caja wiki for a tutorial.

Background image by Parée Erica (used under Creative Commons Attribution license).

{%if user_is_admin %} Admin {% endif %}