{data.title}
40 |{data.description}
41 |47 | {new Date().toDateString()} 48 | • 49 | 50 | {data.articles.length} Article{data.articles.length !== 1 ? 's' : ''} 51 | 52 |
53 | 54 |74 | {generateNoArticlesTitle()} 75 |
76 |There are no articles in your list...
77 |Developers Wanted!
81 | 82 |
83 | Make a POST request to /articles/add
to add a new article.
84 |
Not a developer? No Problem!
93 | 94 |
38 | {#if favicon}
39 |
40 | {/if}
41 |
42 | {title}
43 |
44 |
45 | 46 | {author || 'By some author'} 47 | • 48 | {publish_date ? new Date(publish_date).toDateString() : 'At some point in time'} 49 |
50 |{description}
53 | 54 | {#if !fake} 55 |Login
115 |{subtitle}
116 |