Skip to content

Commit 495e0ba

Browse files
committed
nr. 4 complete
1 parent 0a40053 commit 495e0ba

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

2.44 MB
Loading

src/content/community-2.js

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,13 +1264,20 @@ I'll give it to someone special
12641264
releaseTs: new Date('2026-03-30 08:00:00 GMT+0200').getTime(),
12651265
author: 'Anna',
12661266
color: '#95eb83',
1267-
html: {
1268-
de: `
1269-
<p>TODO</p>
1270-
`,
1271-
en: `
1272-
<p>TODO</p>
1273-
`,
1267+
render: async ({ App, req }) => {
1268+
return await renderTemplate(App, req, 'where_the_hack', {
1269+
stem:
1270+
req.lng == 'de'
1271+
? `
1272+
<p>Lasst uns diesen Sonnenuntergang genießen.</p>
1273+
`
1274+
: `
1275+
<p>Let's enjoy this sunset.</p>
1276+
`,
1277+
id: 373,
1278+
img: 'nr4_panorama_2_1',
1279+
yaw: -70,
1280+
})
12741281
},
12751282
solution: secrets('chal_373'),
12761283
},

0 commit comments

Comments
 (0)