module

Azu::Helpers::Builtin

Built-in template helpers for common web development tasks.

These helpers are automatically registered when Azu starts and are available in all templates.

Categories

  • Form Helpers: Build forms with CSRF protection and inputs
  • Asset Helpers: Include CSS, JS, images with fingerprinting
  • URL Helpers: Generate links, buttons, and navigation
  • Component Helpers: Integrate Spark live components
  • Date Helpers: Format dates and times
  • Number Helpers: Format numbers and currency
  • HTML Helpers: Safe HTML output and text manipulation

Class methods

register_all

Register all built-in helpers.

This is called automatically during Azu initialization.

Source

Nested types