deno.land / x / lume@v2.1.4 / tests / assets / jsx_preact / _includes / layout.jsx

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** @jsxImportSource npm:preact@10.10.6 */
export default ({ children, title }) => ( <html> <head> <title>{title}</title> </head> <body> <main> {children} </main> </body> </html>);
lume

Version Info

Tagged at
7 months ago