{% extends "layouts/default.html" %} {% block imports %} {% endblock %} {% block content %} {% let name = calendar.displayname.to_owned().unwrap_or(calendar.id.to_owned()) %}

{{ name }}

{% if let Some(description) = calendar.description %}

{{ description }}

{% endif%}
{{ calendar|yaml }}
Back {% endblock %}