contentmatcher/templates/about.html

11 lines
246 B
HTML

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