layout: default


<body>

<div id="main" class="container main">
    <div id="title" class="container">
        <h3 class="name"><a href="{{ '/index' | relative_url }}" class="home">Back to home</a></h3>
    </div>
    <div id="content" class="content">
        {{ content }}
    </div>
</div>

</body>