UNPKG

koa-xtpl

Version:

A node.js wrapper around xtemplate engine (easier for Koa)

12 lines (11 loc) 177 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>{{ title }}</title> </head> <body> <h1>{{ title }}</h1> <h2>{{ timestamp() }}</h2> </body> </html>