This repository has been archived on 2026-01-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
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 %}