Files
hawkbit/docs/src/main/resources/_layouts/default.html

14 lines
167 B
HTML
Raw Normal View History

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