rf-web/_layouts/default.html

8 lines
191 B
HTML
Raw Normal View History

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