www_ourverse.tf/templates/_default/base.html
samaradel dd127ace35 fixs
2023-07-13 16:14:21 +03:00

13 lines
364 B
HTML

<!DOCTYPE html>
<html lang="en" charset="utf-8">
{% include "partials/head.html" %}
<body>
{% include "partials/header.html" %}
<div id="content" class="p-4 pt-32 sm:p-12 md:p-16 lg:p-20 overflow-hidden">
{% block content %}{% endblock %}
</div>
{% include "partials/footer.html" %}
</body>
</html>