Skip to content

Commit

Permalink
Add title
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed Sep 1, 2023
1 parent 32f5f9a commit 9c7120d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions handlebars/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ import { HTMLRenderer } from "./deps.ts";
import manifest, { Manifest } from "./manifest.gen.ts";

const h = Handlebars as unknown as typeof Handlebars["export="];
/**
* @title {{{name}}}.tsx
*/
export interface HandlebarSection {
name: string;
/**
Expand All @@ -30,6 +33,9 @@ const getHBVars = (content: string) => {
return Object.keys(keys);
};
export interface State {
/**
* @title Sections
*/
sections: HandlebarSection[];
}
/**
Expand Down

0 comments on commit 9c7120d

Please sign in to comment.