Projects / snek / src / snek / templates / drive.html

git clone https://molodetz.nl/retoor/snek.git

Raw source file available here .

{% extends "app.html" %}

{% block header_text %}Drive{% endblock %}

{% block main %}
<div class="container" style="overflow-y: auto;">
<file-manager path="{{path}}" style="flex: 1"></file-manager>
</div>
{% endblock %}