{% extends 'layout.html' %} {% load url from future %} {% block title %}Logout{% endblock %} {% block content_generic %}
You are now logged out.
{% url 'remotestorage:demo:storage_client' as url_client %} {% if url_client %}Return the to demo client page.
{% endif %}