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.78.1/app/layout.ts";

type

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