{%- extends "_layout.html" %} {%- import '_macros_site.html' as macros_site with context -%} {%- block content %} {{ macros_site.render_common_event_header(item, _("Event detail in JSON")) }}
{% highlight 'json' %} {{ item.to_json(indent = 4, sort_keys = True) }} {% endhighlight %}
{%- endblock content %}