Skip to main content
Module

x/fastro/templates/render.ts

Fast and simple web application framework for deno
Go to Latest
File
export const render = `<html><head> <title>{{greeting}} {{name}}</title></head><body> {{greeting}} {{name}}</body></html>`;