Files
www_threefold_io/templates/layouts/action.html
2025-02-19 12:03:47 +02:00

9 lines
257 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/home/cta.html" %}
{% endblock content %}