Files
hawkbit/docs/src/main/resources/_layouts/default.html
2016-11-14 15:21:29 +01:00

14 lines
167 B
HTML

<!DOCTYPE html>
<html>
{% include headsection.html %}
<body>
{% include header.html %}
{{ content }}
{% include footer.html %}
</body>
</html>