Gitiles
Code Review
Sign In
gerrit.twrp.me
/
twrpme
/
773dc8d8c7c155fd648bb19eac20f0f5e836eef7
/
.
/
_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>