{% import "macros.html" as macros %} {% import "home/components/home-card.html" as card_macro %} {% extends "base.html" %} {% block meta %} {% set description = "Hostea: Dedicated managed Gitea hosting, including CI/CD and static pages with upgrades, backups and 24/7 monitoring" %} {% set title = "Home" %} {{ macros::get_meta_tags(title=title, description=description) }} {% endblock meta %} {% block content %} {% include "home/components/_banner.html" %}
{% include "home/components/_vision.html" %} {% include "home/components/_features.html" %}
{% endblock content %}