rf-web/_layouts/default.html

8 lines
250 B
HTML
Raw Normal View History

<!DOCTYPE html>
2020-09-05 14:12:50 +00:00
<html lang="{{ page.lang }}">
{% include common/head.html %}
2020-11-22 23:10:48 +00:00
<body id="page-{{ page.className }}" class="lang-{{ page.lang }}" >
{{ content }}
</body>
<script src="{{ site.baseurl }}/assets/js/index.js"></script>
</html>