{% 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 %}
{{ 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 %}{{ announcement.content|safe }}