rf-web/_layouts/default.html

9 lines
196 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
{% include common/head.html %}
<body>
{{ content }}
{% include common/footer.html %}
</body>
2020-02-21 11:44:13 +00:00
<script src="./assets/js/index.js"></script>
</html>