The frontend/UI server, written in JS using the MarkoJS library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
394 B

6 years ago
  1. <div class="story-chapter">
  2. <a class="anchor" id=state.id />
  3. <div class="metadata">
  4. <chapter-meta kind="title" value=state.title />
  5. <chapter-meta kind="date" value=state.fictionalDate />
  6. <chapter-meta weak kind="date" value=state.createdDate />
  7. <chapter-meta weak kind="author" value=state.author />
  8. </div>
  9. <markdown class="chapter-content" source=state.source />
  10. </div>