It supports json data, loading via ajax and drag-and-drop.
{% for entry in site.entries %}
{% if entry.hide_title %}
{% elsif entry.section %}
{% else %}
{{ entry.title }}
{% endif %}
{% if entry.output.size > 1 %}
{{ entry.output }}
{% endif %}
{% endfor %}