mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 04:33:10 +00:00
12 lines
149 B
HTML
12 lines
149 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
{% if page.id == 'home' %}
|
|
{% include hero.html %}
|
|
{% endif %}
|
|
|
|
<section class="content wrap">
|
|
{{ content }}
|
|
</section>
|