lightspeed/_layouts/default.html

16 lines
223 B
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
<main id="main" role="main">
{% include header.html %}
{{ content }}
{% include footer.html %}
</main>
</body>
</html>