mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
11 lines
242 B
HTML
11 lines
242 B
HTML
<h2><a href="/react{{ page.url }}">{{ page.title }}</a></h2>
|
|
<p class="meta">{{ page.date | date_to_string }} by {{ page.author }}</p>
|
|
|
|
<div id="post">
|
|
{% if content != '' %}
|
|
{{ content }}
|
|
{% else %}
|
|
{{ page.content }}
|
|
{% endif %}
|
|
</div>
|