{% extends "layout.html" %} {% block content %}

{{ config.extra.index.title }} 🎉

{% if config.extra.social.codeberg %} {% endif %} {% if config.extra.social.github %} {% endif %} {% if config.extra.social.gitlab %} {% endif %} {% if config.extra.social.twitter %} {% endif %} {% if config.extra.social.mastodon %} {% endif %} {% if config.extra.social.linkedin %} {% endif %} {% if config.extra.social.email %} {% endif %} {% if config.extra.social.stackoverflow %} {% endif %} {% if config.extra.social.telegram %} {% endif %}
{{ section.content | safe }}
{% endblock content %}