contentmatcher/templates/about.html

11 lines
246 B
HTML
Raw Normal View History

2022-06-23 15:07:17 +02:00
{% extends 'base.html' %}
{% block header %}
<head>About</head>
{% endblock %}
{% block content %}
<p>Contentmatcher is a <a href="https://gia.kompot.si/about.php">General Intelligence Agency of Ljubljana</a> prototype.</p>
{% endblock %}