This repository has been archived on 2026-01-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
www_freeflownation/templates/_default/base.html
2022-05-27 11:22:03 +03:00

12 lines
191 B
HTML

<!DOCTYPE html>
<html lang="en" charset="utf-8">
{% include "partials/head.html" %}
<body>
<div id="content">
{% block content %}{% endblock %}
</div>
</body>
</html>