The DTP Sites web app development engine. https://digitaltelepresence.com/
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.
 
 
 
 

16 lines
498 B

extends ../../layouts/main-sidebar
block content
include ../../components/pagination-bar
include components/credit
div(uk-grid).uk-flex-expand
.uk-width-expand
h3.uk-margin-remove= `Author List`
if Array.isArray(authors) && (authors.length > 0)
ul.uk-list.uk-list-divider
each author in authors
li
+renderAuthorCredit(author)
.uk-card-footer
+renderPaginationBar(`/post/authors`, totalAuthorCount )