Skip to main content
Module

x/fastro/app/layout.ts>createHTML

Fast and simple web application framework for deno
Go to Latest
variable createHTML
import { createHTML } from "https://deno.land/x/fastro@v0.83.3/app/layout.ts";

type

(
props: unknown,
title: string,
description: string,
) => RenderOptions