mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 20:01:57 +00:00
12 lines
242 B
HTML
12 lines
242 B
HTML
---
|
|
layout: default
|
|
sectionid: blog
|
|
---
|
|
|
|
<section class="content wrap blogContent">
|
|
{% include nav_blog.html %}
|
|
<div class="inner-content">
|
|
{% include blog_post.html isPermalink="true" page=page content=content %}
|
|
</div>
|
|
</section>
|