Files
external-tools-frontend/_layouts/default.html
Codrin Pavel 0bb5a41c17 Git init
2019-11-12 13:34:23 +02:00

19 lines
332 B
HTML

<!DOCTYPE html>
<html lang="en" data-baseurl="{{site.baseurl}}">
{% include svg.html %}
{% include head.html %}
<body>
{% include header.html %}
<main class="wrapper">
{{ content }}
</main>
{% include footer.html %}
{% include scripts.html %}
</body>
</html>