mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Add base template for website preview route
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
<WebsiteEditor
|
||||
id={data.website.id}
|
||||
title={data.website.title}
|
||||
previewContent={data.article.main_content}
|
||||
previewContent={data.article.main_content ||
|
||||
"Put some markdown content in main content to see a live preview here"}
|
||||
>
|
||||
<section>
|
||||
<h2>Edit article</h2>
|
||||
|
||||
Reference in New Issue
Block a user