update action and clear archive

This commit is contained in:
2025-06-04 14:30:37 +03:00
parent b5bdd16bf5
commit 893e1ba615
1069 changed files with 216 additions and 17153 deletions

View File

@@ -1,9 +0,0 @@
{% extends "_default/base.html" %}
{% block content %}
{% include "partials/action/video.html" %}
{% include "partials/action/enable_web4.html" %}
{% include "partials/action/web4tools.html" %}
{% include "partials/action/cta.html" %}
{% endblock content %}

View File

@@ -1,8 +0,0 @@
{% extends "_default/base.html" %}
{% block content %}
<div class="container-fluid sm:pxi-0 mx-auto overflow-x-hidden">
{% include "partials/accordion.html" %}
</div>
{% endblock content %}

View File

@@ -1,8 +0,0 @@
{% extends "_default/base.html" %}
{% block content %}
{% include "partials/solutions/hero.html" %}
{% include "partials/solutions/what.html" %}
{% include "partials/solutions/portfolio.html" %}
{% include "partials/home/cta.html" %}
{% endblock content %}

View File

@@ -1,8 +0,0 @@
{% extends "_default/base.html" %}
{% block content %}
{% include "partials/what/hero.html" %}
{% include "partials/what/what_features.html" %}
{% include "partials/what/portfolio.html" %}
{% include "partials/home/cta.html" %}
{% endblock content %}

View File

@@ -1,11 +0,0 @@
{% extends "_default/base.html" %}
{% block content %}
<div>
{% set page = get_page(path="why/index.md") %}
{{page.content | safe}}
</div>
{% endblock content %}