Files
sandwich-hime/examples/eql-shaped/views/home.sando
T
2026-08-11 20:15:06 -04:00

12 lines
255 B
Plaintext

<?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>