2022-04-17 12:57:19 +00:00
|
|
|
{% import "macros.html" as macros %}
|
|
|
|
{% import "home/components/home-card.html" as card_macro %}
|
2022-04-25 18:30:38 +00:00
|
|
|
{% import "home/components/home-card-new.html" as card_macro2 %}
|
2022-04-08 12:25:22 +00:00
|
|
|
|
2022-04-17 12:57:19 +00:00
|
|
|
{% 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 %}
|
2022-04-08 12:25:22 +00:00
|
|
|
|
2022-04-25 18:30:38 +00:00
|
|
|
{% include "home/components/_banner-new.html" %}
|
2022-04-26 09:28:39 +00:00
|
|
|
<!-- <div class="index__container"> -->
|
2022-04-08 12:25:22 +00:00
|
|
|
<div class="index__group-content">
|
|
|
|
<div class="page__group-content">
|
2022-04-26 09:28:39 +00:00
|
|
|
<div class="action-call__container">
|
|
|
|
<div class="action-call__margin-container">
|
|
|
|
</div>
|
2022-04-25 18:30:38 +00:00
|
|
|
</div>
|
2022-04-26 09:28:39 +00:00
|
|
|
</div>
|
2022-04-08 12:25:22 +00:00
|
|
|
</div>
|
2022-04-26 09:28:39 +00:00
|
|
|
<!-- </div> -->
|
2022-04-08 12:25:22 +00:00
|
|
|
|
|
|
|
{% endblock content %}
|