rf-web/_layouts/default.html

9 lines
227 B
HTML
Raw Normal View History

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