rf-web/_layouts/default.html

8 lines
232 B
HTML

<!DOCTYPE html>
<html lang="{{ page.lang }}">
{% include common/head.html %}
<body id="page-{{ page.className }}" class="lang-{{ page.lang }}" >
{{ content }}
</body>
<script src="/assets/js/index.js"></script>
</html>