mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 09:28:49 +08:00
20 lines
379 B
Java
20 lines
379 B
Java
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" >
|
|
{% include head.html %}
|
|
<body <body class="topBarDisabled">
|
|
|
|
<div class="container-fluid">
|
|
{% include header.html %}
|
|
|
|
<div class="post p2 p-responsive wrap" role="main">
|
|
<div class="measure">
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<hr/>
|
|
{% include footer.html %}
|
|
|
|
</body>
|
|
</html>
|