aboutsummaryrefslogtreecommitdiff
path: root/templates/files.html
blob: 02b02018f68fee4ab8dd0e8c182863b37b564882 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{% extends "core.html" %}

{% block content %}

<h1>File Tree</h1>

<p>Following is a copy of the file tree. You can clone any sub-directry that is marked as a "project".</p>

<div class="explorer">

  {# header section #}
  <div class="expl-header">
    <span><strong>Mx Kookie</strong> <a href="">Just fucking around with stuff</a></span>
  </div>
</div>

{% endblock %}