17 lines
598 B
HTML
17 lines
598 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block header %}
|
|
<h1>About</h1>
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<p>Contentmatcher is a <a href="https://gia.kompot.si/about.php">General Intelligence Agency of Ljubljana</a> prototype.</p>
|
|
|
|
<p>You can find the its code <a href="https://git.kompot.si/gia/contentmatcher">here</a>.</p>
|
|
|
|
<p>Contentmatcher is hosted by <a href="https://kompot.si/wi">kompot</a>, a librehosters community from Ljubljana.</p>
|
|
|
|
If you have any questions, feedback or if you would like contribute, please contact us at <a href="mailto:gia@kompot.si">gia@kompot.si</a>.
|
|
|
|
{% endblock %}
|