mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 09:28:49 +08:00
19 lines
391 B
Java
19 lines
391 B
Java
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
|
{% include head.html %}
|
|
<body class="topBarDisabled">
|
|
|
|
<div class="container-fluid">
|
|
{% include header.html %}
|
|
<div class="row-fluid">
|
|
{% include navigation.html %}
|
|
<main id="bodyColumn" class="span10" >
|
|
{{ content }}
|
|
</main>
|
|
</div>
|
|
</div>
|
|
<hr/>
|
|
{% include footer.html %}
|
|
</body>
|
|
</html>
|