diff --git a/templates/internfiles.html b/templates/internfiles.html new file mode 100644 index 0000000..1e5c96c --- /dev/null +++ b/templates/internfiles.html @@ -0,0 +1,34 @@ +{% extends "layout.html" %} +{% block content %}
+

asdf

+{{dir.p}} + +

sdf

+ + +{{file}} +{{dir}} +{{dir.files}} +

Text:

+{{text|safe}}

+ + + + +{% endblock %} \ No newline at end of file