UNPKG

ziko-server

Version:

server side rendering in zikojs with file-based-routing and client side hydration

14 lines (13 loc) 274 B
const HTML_TEMPLATE =` <!doctype html> <html> <head> <title> Ziko - Ssr - Template </title> <!--app-head--> </head> <body> <!--app-html--> </body> </html> `.trim() export default HTML_TEMPLATE;