2020-03-07 10:21:38 +08:00
|
|
|
<!DOCTYPE html>
|
2020-03-07 10:48:55 +08:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" >
|
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">
|
|
|
|
|
<header id="leftColumn" class="span2">
|
|
|
|
|
<nav class="well sidebar-nav">
|
|
|
|
|
</nav>
|
|
|
|
|
</header>
|
|
|
|
|
<main id="bodyColumn" class="span10" >
|
|
|
|
|
{{ content }}
|
|
|
|
|
</main>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<hr/>
|
2020-03-07 10:21:38 +08:00
|
|
|
{% include footer.html %}
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|