mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 09:18:11 -05:00
13 lines
166 B
HTML
13 lines
166 B
HTML
{% include top.html %}
|
|
|
|
<body class="wrap">
|
|
{% include header.html %}
|
|
|
|
{{ content }}
|
|
|
|
{% include footer.html %}
|
|
{% include analytics.html %}
|
|
|
|
</body>
|
|
</html>
|