rf-web/_layouts/default.html
Benjamin Jones 64ff10e60f big updates?
2020-02-21 12:44:13 +01:00

9 lines
196 B
HTML

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