Files
www_threefold_io/templates/layouts/action.html
2025-02-20 17:07:12 +02:00

9 lines
259 B
HTML

{% 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 %}