feat: publish the Sandwich Hime source preview
Signed-off-by: Cole Speelman <gamertan@noreply.localhost>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?sando go
|
||||
package views
|
||||
|
||||
func Home(view HomeView)
|
||||
?>
|
||||
<?# SPDX-License-Identifier: 0BSD ?>
|
||||
<section aria-labelledby="home-heading">
|
||||
<h1 id="home-heading"><?= view.Heading ?></h1>
|
||||
<p><?= view.Intro ?></p>
|
||||
<?~ BrowseResults(view.Browse) ?>
|
||||
</section>
|
||||
Reference in New Issue
Block a user