From da0bba6a988460215b1e469519e297aa7a5dad64 Mon Sep 17 00:00:00 2001 From: Kostanjevec Date: Thu, 23 Jun 2022 15:07:17 +0200 Subject: [PATCH] added a lil about page --- templates/about.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 templates/about.html diff --git a/templates/about.html b/templates/about.html new file mode 100644 index 0000000..05290ce --- /dev/null +++ b/templates/about.html @@ -0,0 +1,10 @@ +{% extends 'base.html' %} + +{% block header %} + About +{% endblock %} + +{% block content %} +

Contentmatcher is a General Intelligence Agency of Ljubljana prototype.

+ +{% endblock %}