Whiteboard source
Renders a Nextcloud Whiteboard (or any Excalidraw scene) fetched over WebDAV -- credentials set up in Settings.
{% if whiteboard_source %}Currently showing {{ whiteboard_source.url }} using {{ whiteboard_source.display_name }}'s WebDAV account.
{% else %}No whiteboard configured yet.
{% endif %} {% if viewer_has_webdav_creds %} {% else %}Set up WebDAV credentials in Settings first to point this frame at one of your own files.
{% endif %}