This repository has been archived on 2025-11-21. You can view files and clone it, but cannot push or open issues or pull requests.
Files
www_mycelium_archived/templates/layouts/action.html
ourworld_web 648680d0ae Initial commit
2025-02-12 06:59:33 +00:00

8 lines
251 B
HTML

{% extends "_default/base.html" %}
{% block content %}
{% include "partials/action/video.html" %}
{% include "partials/action/web4tools.html" %}
{% include "partials/action/action.html" %}
{% include "partials/home/cta.html" %}
{% endblock content %}