The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Moonshine::Bootstrap::Component::BasicTemplate

SYNOPSIS

$self->basic_template({ });

returns a Moonshine::Element that renders too..

<html lang="en">
<head>
...
</head>
<body>
...
</body>
</html>