deno.land / x / lume@v2.1.4 / tests / assets / url / default-filter.page.js

default-filter.page.js
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
export const title = "Default Filter";export const url = "/default-filter/";
export default function (_, { url, htmlUrl }) { return ` <!DOCTYPE html> <html lang="en"> <head> <title>Default Filter</title> </head> <body> <a id="url" href="${url?.("/url/", true)}">Url</a> ${htmlUrl?.('<a id="htmlUrl" href="/htmlUrl/">htmlUrl</a>', true)} <template> <h1>Template content</h1> </template> </body> </html> `;}
lume

Version Info

Tagged at
7 months ago