rf-web/_layouts/default.html
2020-11-23 00:10:48 +01:00

8 lines
250 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="{{ site.baseurl }}/assets/js/index.js"></script>
</html>