Skip to main content
Module

x/fastro/app/layout.ts>html

The web framework for full stack apps
Go to Latest
variable html
import { html } from "https://deno.land/x/fastro@v0.79.3/app/layout.ts";

type

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