Files
wona.github.com/_layouts/layout.html
2016-06-17 20:07:00 +05:30

23 lines
364 B
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
{% 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>