lightspeed/_layouts/default.html

16 lines
223 B
HTML
Raw Normal View History

2019-04-09 10:58:22 +00:00
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
<main id="main" role="main">
{% include header.html %}
{{ content }}
{% include footer.html %}
</main>
</body>
</html>