Files
MaxKey/docs/_layouts/default.html

19 lines
391 B
Java
Raw Normal View History

2020-03-07 10:21:38 +08:00
<!DOCTYPE html>
2020-03-07 12:57:50 +08:00
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
2020-03-07 10:21:38 +08:00
{% include head.html %}
2020-03-07 11:17:19 +08:00
<body class="topBarDisabled">
2020-03-07 10:21:38 +08:00
2020-03-07 11:04:47 +08:00
<div class="container-fluid">
2020-03-07 10:21:38 +08:00
{% include header.html %}
2020-03-07 11:37:30 +08:00
<div class="row-fluid">
2020-03-07 12:54:57 +08:00
{% include navigation.html %}
2020-03-07 11:37:30 +08:00
<main id="bodyColumn" class="span10" >
{{ content }}
</main>
</div>
</div>
<hr/>
2020-03-07 10:21:38 +08:00
{% include footer.html %}
</body>
</html>