Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/lara_template_deno/examples/includes.deno

renderer, compiler, transpiler, minifier, and template formatter for Deno
Latest
File
@code const routes = [ { "name": "home", "path": "/" }, { "name": "shop", "path": "/shop" } ];@endcode<!DOCTYPE html><html lang="en"><head> @include("examples.parts.head")</head><body> @include("examples.parts.navigation") @include("examples.parts.section") @include("examples.parts.aside") @include("examples.parts.footer")</body></html>