The backend for the AiteStory website
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.

25 lines
729 B

  1. extends base/master
  2. block menu
  3. import menu
  4. block main
  5. article
  6. table.page-list
  7. tbody
  8. each $header in Headers
  9. tr
  10. td.pl-icon #{$header.CategoryInfo.Icon}
  11. td.pl-content
  12. div.plc-title
  13. a[href=$header.Path] #{$header.Name}
  14. div.plc-meta
  15. div.plcm-date #{formatDate($header.PublishDate)}
  16. if $header.Dated
  17. div.plcm-date #{formatDate($header.FictionalDate)}
  18. if $header.PrimaryTag
  19. div.plcm-tag[class=$header.PrimaryTag.CSSCLass] #{$header.PrimaryTag.Name}
  20. div.plcm-author #{formatUserID($header.Author)}
  21. tr.spacer
  22. td