UNPKG
jekyll
Version:
latest (3.0.0-beta1)
3.0.0-beta1
A blog-aware, static site generator in Ruby
github.com/jekyll/jekyll
jekyll/jekyll
jekyll
/
lib
/
site_template
/
_layouts
/
default.html
21 lines
(13 loc)
•
248 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE
html
>
<
html
>
{% include head.html %}
<
body
>
{% include header.html %}
<
div
class
=
"page-content"
>
<
div
class
=
"wrapper"
>
{{ content }}
</
div
>
</
div
>
{% include footer.html %}
</
body
>
</
html
>