Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ogone/src/enums/templateDocumentHTML.ts>default

Advanced Web Composition for Future
Latest
enum default
import { default } from "https://deno.land/x/ogone@revb3/src/enums/templateDocumentHTML.ts";

Members

PAGE = ` <html> <head> {% head %} </head> <body> {% dom %} {% script %} </body> </html> `
PAGE_BUILD = ` <html> <head> {% head %} </head> <body> {% dom %}{% script %} </body> </html> `