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
ourworld_web 648680d0ae Initial commit
2025-02-12 06:59:33 +00:00

8 lines
195 B
HTML

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