···23232424impl Route for Index {
2525 fn render(&self, ctx: &mut PageContext) -> impl Into<RenderResult> {
2626- let walrus = ctx.assets.add_image("assets/walrus.svg").unwrap();
2726 let features = [
2827 ("Performant", "Generate a site with thousands of pages in less than a second using minimal resources."),
2928 ("Content", "Bring your content to life with built-in support for Markdown, custom components, syntax highlighting, and more."),
···4443 div.w-full {
4544 div."lg:container".mx-auto.relative {
4645 div."px-4"."sm:py-8"."sm:mx-6"."sm:my-26"."my-14"."mb-20".flex.flex-col.justify-center.items-center.text-center {
4747- (walrus.render("A walrus"))
4846 h2."sm:text-6xl"."text-5xl"."sm:w-[22ch]"."xl:w-[30ch]"."mb-2"."leading-[1.15]" {
4947 "Lo, " span.text-brand-red { "the still scrolls of the web"} ", unchanging and steadfast, at last!"
5048 }