@import nu.marginalia.browse.model.BrowseResult @import nu.marginalia.search.model.NavbarModel @import nu.marginalia.browse.model.BrowseResultSet @param NavbarModel navbar @param BrowseResultSet results @template.part.head(title = "Marginalia Search - Explore") @template.part.navbar(navbar = navbar)

Explore Websites

@if (results.hasFocusDomain())
Showing websites similar to ${results.focusDomain()}
@else Showing a random selection of websites. Refresh the website to get a new selection. @endif
@for (BrowseResult result : results.results())
${result.displayDomain()}
Screenshot of ${result.displayDomain()}
@endfor
@template.part.footerLegal()