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 %}