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 10:48:55 +08:00
|
|
|
<body <body class="topBarDisabled">>
|
2020-03-07 10:21:38 +08:00
|
|
|
|
|
|
|
|
<div class="site-wrap">
|
|
|
|
|
{% include header.html %}
|
|
|
|
|
|
|
|
|
|
<div class="post p2 p-responsive wrap" role="main">
|
|
|
|
|
<div class="measure">
|
|
|
|
|
{{ content }}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2020-03-07 10:51:58 +08:00
|
|
|
<hr/>
|
2020-03-07 10:21:38 +08:00
|
|
|
{% include footer.html %}
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|