Gitiles
Code Review
Sign In
gerrit.twrp.me
/
twrpme
/
e755b1084c3758b251df1baa77a3e14e2b1466ce
/
.
/
_layouts
/
page.html
blob: 74c1a118445b0642e19a8bc43dc90bafba5d4d2c [
file
] [
log
] [
blame
]
bigbiff
d006b30
2015-03-06 18:36:03 -0500
[
diff
] [
blame
]
1
---
2
layout: default
3
---
4
<div
class
=
"post"
>
5
6
<header
class
=
"post-header"
>
7
<h1
class
=
"post-title"
>
{{ page.title }}
</h1>
8
</header>
9
10
<article
class
=
"post-content"
>
11
{{ content }}
12
</article>
13
14
</div>