Files
wona.github.com/_layouts/layout.html
2014-08-16 00:20:43 +05:30

20 lines
239 B
HTML

{% include head.html %}
<body>
{% include header.html %}
<div class="pure-g">
<div class="pure-u-2-3 container">
{{ content }}
</div>
</div>
{% include google_analytics.html %}
{% include footer.html %}
</body>
</html>