__construct()#
No description provided.
1/** @param string $identifier The identifier, which also serves as the view key. */2$page = new BladePage(string $identifier, Hyde\Markdown\Models\FrontMatter|array $matter): void
getBladeView()#
Get the Blade template/view key for the page.
1$page->getBladeView(): string
compile()#
Compile the page into static HTML.
1$page->compile(): string // The compiled HTML for the page.