14 |
15 |
16 |
17 |

{post.title}

18 | 19 |

20 | {(new Date(post.createdAt)).toLocaleDateString("en-US", { year: 'numeric', month: 'long', day: 'numeric' })} by 21 | {post.user.name} 22 |

23 | 24 |
25 |
26 |
27 | 28 | 42 |
43 |