From 735f16fe70f6f1d182d42d1f5161fe2aebe6aa6d Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sat, 9 Nov 2019 19:41:30 -0600 Subject: initial commit --- app/templates/jobs.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 app/templates/jobs.html (limited to 'app/templates/jobs.html') diff --git a/app/templates/jobs.html b/app/templates/jobs.html new file mode 100644 index 0000000..59d4ba8 --- /dev/null +++ b/app/templates/jobs.html @@ -0,0 +1,19 @@ +{% extends "layout.html" %} +{% block content %} + +
+ +
+ jobs + inventory +
+
+ + +

jobs

+

This website was built with Python via the Flask framework.

+ +{{ df|safe }} + + +{% endblock %} -- cgit v1.2.3