From 9f88d3c08f0a58ecad8939a33a2a578d0954e23a Mon Sep 17 00:00:00 2001 From: www Date: Mon, 28 Dec 2020 00:50:28 +0000 Subject: [PATCH] intern template --- templates/internfiles.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 templates/internfiles.html 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