rf-web/_layouts/default.html
2020-09-09 13:05:53 +02:00

8 lines
220 B
HTML

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