rf-web/_layouts/default.html
2020-04-25 10:56:48 +02:00

8 lines
191 B
HTML

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