39 | 40 | 41 | 49 | {{ typeof badge === 'string' ? badge : badge.content }} 50 | 51 | 52 | 53 | 59 | 60 | 61 | 62 | 63 | 67 | 68 | {{ article.title }} 69 | 70 | 71 | 72 | 73 | {{ article.description }} 74 | 75 | 76 | {{ formatDate(article.date) }} 77 | 78 | 79 |
3 | 4 | 8 | 9 | 10 | Back 11 | 12 | 13 | 14 | 18 | {{ page.title }} 19 | 20 | 24 | {{ formatDate(page.date) }} 25 | 26 | 27 | 28 | 29 | 30 | 34 | 35 | {{ alpine?.backToTop?.text || 'Back to top' }} 36 | 37 | 38 | 39 | 40 |