{% extends 'components/shell.html' %} {% import 'components/site.html' as site %} {% from "components/links.html" import kemono_link %} {% block content %} {% call site.section("home") %} {% if g.banner_welcome %} {{ g.banner_welcome|safe }} {% endif %}
{% if g.mascot_path %}
{% endif %}
{% if g.logo_path %}
{% endif %}

{{ g.site_name }} is a public archiver for:

Contributors here upload content and share it here for easy searching and organization. To get started viewing content, either search for creators on the {{ kemono_link("/artists", g.artists_or_creators|lower ~ " page")}}, or search for content on the {{ kemono_link("/posts", "posts page") }}. If you want to contribute content, head over to the {{ kemono_link("/importer", "import page") }}.

{% if g.welcome_credits %}
{{ g.welcome_credits|safe }}
{% endif %}
{% for announcement in g.announcements %}

{{ announcement.title }}

{{ announcement.date }}

{{ announcement.content|safe }}

{% endfor %} {% endcall %} {% endblock %}