page.html

1---
2layout: default
3---
4{% include page/title.html %}
5<div class="content">
6{{ content }}
7</div>
8
9{% include page/footer.html %}