- {loaderData.title} -
-- {t('published_on', { date: loaderData.publishedAt })} -
-{loaderData.excerpt}
-diff --git a/README.md b/README.md
index d36834635..badb7919f 100644
--- a/README.md
+++ b/README.md
@@ -3,97 +3,101 @@
+
- {t('published_on', { date: loaderData.publishedAt })} -
-{loaderData.excerpt}
-{loaderData.excerpt}
+{t("greeting", { name: "Alex" })}
-{t("items", { count: 3 })}
+{t('greeting', { name: 'Alex' })}
+{t('items', { count: 3 })}
42
-{t("desc")}
-Manage the notes plugin.
+{loaderData.content}
+const NotePage = ({ loaderData }: PluginRoutePageProps{loaderData.description}
-+ A route that lives with its feature. +
{loaderData.body}
The post you are looking for may have been removed.
-{article.summary}
-{t('home.desc')}
+- {description} -
- ) : null} -+ {description} +
+ ) : null} +
-
+
-