jce-manager/_layouts/default.html

25 lines
302 B
HTML
Raw Normal View History

2014-09-11 12:49:20 +00:00
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<!-- content start -->
<div class="page-content">
<div class="wrapper">
{{ content }}
</div>
</div>
<!-- content end -->
{% include footer.html %}
</body>
</html>