mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00:00
13 lines
194 B
HTML
13 lines
194 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<section class="content wrap">
|
|
<h2>{{ page.title }}</h2>
|
|
<p class="meta">{{ page.date | date_to_string }}</p>
|
|
|
|
<div id="post">
|
|
{{ content }}
|
|
</div>
|
|
</section>
|