{% extends "layouts/dashboard.html" %}
|
|
|
|
{% block title %}Trash - Retoor's Cloud Solutions{% endblock %}
|
|
|
|
{% block page_title %}Trash{% endblock %}
|
|
|
|
{% block dashboard_content %}
|
|
<div class="content-section">
|
|
<p>Files and folders you have deleted will appear here.</p>
|
|
<p>This feature is coming soon.</p>
|
|
</div>
|
|
{% endblock %} |