9 lines
196 B
HTML
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> |