21 lines
No EOL
687 B
HTML
21 lines
No EOL
687 B
HTML
{% extends "base.html" %} {% block announce %} For updates follow
|
|
<strong>@tricalt</strong> on
|
|
<a href="https://twitter.com/tricalt">
|
|
<span class="twemoji twitter">
|
|
{% include ".icons/fontawesome/brands/twitter.svg" %}
|
|
</span>
|
|
<strong>Twitter</strong>
|
|
</a>
|
|
and
|
|
<span class="twemoji star">
|
|
{% include ".icons/fontawesome/solid/star.svg" %}
|
|
</span>
|
|
us on
|
|
<a href="https://github.com/topoteretes/cognee">
|
|
<span class="twemoji github">
|
|
{% include ".icons/fontawesome/brands/github.svg" %}
|
|
</span>
|
|
<strong>GitHub</strong> </a
|
|
>. If you don't like python, too bad. JS, Elixir, and Rust are coming soon. {% endblock %} {% block content %} <h1>Cognee</h1>
|
|
>
|
|
{% endblock %} |