A Pug middleware for Koa
a fork of `koa-pug`, which add all locals props to `locals._global`
A Koa Pug view render middleware.
A modern pug view middleware for Koa — written in TypeScript, ESM-first with CJS fallback, and a built-in template cache.
A simple, plugin-based, minimalist, multilingual 😌 blog framework with Koa, Pug and TypeScript.
npm install koa-pug-render
The pug lexer (takes a string and converts it to an array of tokens)
A clean, whitespace-sensitive template language for writing HTML
The Pug loader is responsible for loading the depenendencies of a given Pug file.
Standard error objects for pug
Code for processing filters in pug templates
The runtime components for the pug templating language
Default code-generator for pug. It generates HTML via a JavaScript template function.
The pug parser (takes an array of tokens and converts it to an abstract syntax tree)
Walk and transform a pug AST
Strip comments from a Pug token stream (from the lexer)
Link multiple pug ASTs together using include/extends
Generate code for Pug attributes
OpenTelemetry instrumentation for `koa` http web application framework
Koa web app framework
Koa 2 middleware for rendering pug templates.
TypeScript definitions for pug
convert modern Koa legacy generator-based middleware to promise-based middleware
A Koa view renderer based on the Pug template engine.